com.ca.commons.jndi.beans
Class JNDIBeanStoreException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BeanStoreInvalidPropertyException, JNDIBeanStoreConfigException

public class JNDIBeanStoreException
extends NamingException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
JNDIBeanStoreException()
           
JNDIBeanStoreException(String message)
           
JNDIBeanStoreException(String message, Throwable cause)
           
JNDIBeanStoreException(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

JNDIBeanStoreException

public JNDIBeanStoreException()

JNDIBeanStoreException

public JNDIBeanStoreException(String message)

JNDIBeanStoreException

public JNDIBeanStoreException(String message,
                              Throwable cause)

JNDIBeanStoreException

public JNDIBeanStoreException(Throwable cause)


Created 2011-07-14 13:27 EST