org.wso2.wsas.persistence.exception
Class EJBConfigurationNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.wsas.persistence.exception.EJBConfigurationNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class EJBConfigurationNotFoundException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
EJBConfigurationNotFoundException()
           
EJBConfigurationNotFoundException(java.lang.String message)
           
EJBConfigurationNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
EJBConfigurationNotFoundException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EJBConfigurationNotFoundException

public EJBConfigurationNotFoundException()

EJBConfigurationNotFoundException

public EJBConfigurationNotFoundException(java.lang.String message)

EJBConfigurationNotFoundException

public EJBConfigurationNotFoundException(java.lang.Throwable cause)

EJBConfigurationNotFoundException

public EJBConfigurationNotFoundException(java.lang.String message,
                                         java.lang.Throwable cause)