org.apache.openejb
Class InternalErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.openejb.InternalErrorException
- All Implemented Interfaces:
- Serializable
public class InternalErrorException
- extends RuntimeException
This runtime exception should wrap odd runtime exceptions that would not
make sense to the caller of the method.
- Version:
- $Rev: 1153797 $ $Date: 2011-08-04 09:09:44 +0000 (Thu, 04 Aug 2011) $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InternalErrorException
public InternalErrorException()
InternalErrorException
public InternalErrorException(String message)
InternalErrorException
public InternalErrorException(String message,
Throwable cause)
InternalErrorException
public InternalErrorException(Throwable cause)
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.