org.apache.openejb
Class ApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.openejb.OpenEJBException
              extended by org.apache.openejb.ApplicationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidateReferenceException

public class ApplicationException
extends OpenEJBException

See Also:
Serialized Form

Constructor Summary
ApplicationException()
           
ApplicationException(Exception e)
           
ApplicationException(String message)
           
ApplicationException(String message, Exception e)
           
ApplicationException(Throwable t)
           
 
Method Summary
 
Methods inherited from class org.apache.openejb.OpenEJBException
getMessage, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ApplicationException

public ApplicationException()

ApplicationException

public ApplicationException(String message)

ApplicationException

public ApplicationException(Exception e)

ApplicationException

public ApplicationException(Throwable t)

ApplicationException

public ApplicationException(String message,
                            Exception e)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.