com.ca.commons.jndi.beans
Class JNDIBeanStoreConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by com.ca.commons.jndi.beans.JNDIBeanStoreException
                  extended by com.ca.commons.jndi.beans.JNDIBeanStoreConfigException
All Implemented Interfaces:
Serializable

public final class JNDIBeanStoreConfigException
extends JNDIBeanStoreException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
JNDIBeanStoreConfigException(String message)
           
JNDIBeanStoreConfigException(String message, Throwable cause)
           
JNDIBeanStoreConfigException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JNDIBeanStoreConfigException

public JNDIBeanStoreConfigException(String message)

JNDIBeanStoreConfigException

public JNDIBeanStoreConfigException(String message,
                                    Throwable cause)

JNDIBeanStoreConfigException

public JNDIBeanStoreConfigException(Throwable cause)


Created 2011-07-14 13:27 EST