org.apache.openejb
Class InternalErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.openejb.InternalErrorException
- All Implemented Interfaces:
- java.io.Serializable
public class InternalErrorException
- extends java.lang.RuntimeException
This runtime exception should wrap odd runtime exceptions that would not
make sense to the caller of the method.
- Version:
- $Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $
- See Also:
- Serialized Form
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 |
InternalErrorException
public InternalErrorException()
InternalErrorException
public InternalErrorException(java.lang.String message)
InternalErrorException
public InternalErrorException(java.lang.String message,
java.lang.Throwable cause)
InternalErrorException
public InternalErrorException(java.lang.Throwable cause)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.