| com.caucho.ejb.CreateExceptionWrapper
CreateExceptionWrapper | public class CreateExceptionWrapper extends javax.ejb.CreateException (Code) | | Wraps the actual exception with an EJB exception
|
CreateExceptionWrapper | public CreateExceptionWrapper(String msg)(Code) | | Create a basic CreateExceptionWrapper with a message.
Parameters: msg - the exception message. |
CreateExceptionWrapper | public CreateExceptionWrapper(Throwable rootCause)(Code) | | Create a CreateExceptionWrapper wrapping a root exception.
Parameters: rootCause - the underlying wrapped exception. |
|
|