| com.caucho.ejb.EJBExceptionWrapper
EJBExceptionWrapper | public class EJBExceptionWrapper extends EJBException (Code) | | Wraps the actual exception with an EJB exception
|
EJBExceptionWrapper | public EJBExceptionWrapper()(Code) | | Null constructor for beans
|
EJBExceptionWrapper | public EJBExceptionWrapper(String msg)(Code) | | Create a basic EJBExceptionWrapper with a message.
Parameters: msg - the exception message. |
EJBExceptionWrapper | public EJBExceptionWrapper(Throwable rootCause)(Code) | | Create a EJBExceptionWrapper wrapping a root exception.
Parameters: rootCause - the underlying wrapped exception. |
EJBExceptionWrapper | public EJBExceptionWrapper(String msg, Throwable rootCause)(Code) | | Create a EJBExceptionWrapper wrapping a root exception.
Parameters: rootCause - the underlying wrapped exception. |
create | public static EJBException create(Throwable exn)(Code) | | Creates an EJBException from a throwable.
|
|
|