org.apache.openejb
Class SystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.openejb.OpenEJBException
              extended by org.apache.openejb.SystemException
All Implemented Interfaces:
Serializable

public class SystemException
extends OpenEJBException

See Also:
Serialized Form

Constructor Summary
SystemException()
           
SystemException(String message)
           
SystemException(String message, Throwable rootCause)
           
SystemException(Throwable rootCause)
           
 
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

SystemException

public SystemException()

SystemException

public SystemException(String message)

SystemException

public SystemException(Throwable rootCause)

SystemException

public SystemException(String message,
                       Throwable rootCause)


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