| |
|
| com.caucho.ejb.FinderExceptionWrapper
FinderExceptionWrapper | public class FinderExceptionWrapper extends javax.ejb.FinderException implements ExceptionWrapper(Code) | | Wraps the actual exception with an EJB exception
|
Method Summary | |
public static FinderException | create(Throwable rootCause) Wraps and exception with a finder exception wrapper. | public Throwable | getRootCause() Returns the root exception if it exists. |
FinderExceptionWrapper | public FinderExceptionWrapper()(Code) | | Null constructors for Serializable
|
FinderExceptionWrapper | public FinderExceptionWrapper(String msg)(Code) | | Finder a basic FinderExceptionWrapper with a message.
Parameters: msg - the exception message. |
FinderExceptionWrapper | public FinderExceptionWrapper(Throwable rootCause)(Code) | | Finder a FinderExceptionWrapper wrapping a root exception.
Parameters: rootCause - the underlying wrapped exception. |
create | public static FinderException create(Throwable rootCause)(Code) | | Wraps and exception with a finder exception wrapper.
|
getRootCause | public Throwable getRootCause()(Code) | | Returns the root exception if it exists.
the underlying wrapped exception. |
|
|
|