| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException java.rmi.RemoteException com.caucho.ejb.RemoteExceptionWrapper
RemoteExceptionWrapper | public class RemoteExceptionWrapper extends java.rmi.RemoteException implements ExceptionWrapper(Code) | | Wraps the actual exception with an Remote exception
|
RemoteExceptionWrapper | public RemoteExceptionWrapper()(Code) | | Null constructor for beans
|
RemoteExceptionWrapper | public RemoteExceptionWrapper(String msg)(Code) | | Create a basic RemoteExceptionWrapper with a message.
Parameters: msg - the exception message. |
RemoteExceptionWrapper | public RemoteExceptionWrapper(Throwable rootCause)(Code) | | Create a RemoteExceptionWrapper wrapping a root exception.
Parameters: rootCause - the underlying wrapped exception. |
getMessage | public String getMessage()(Code) | | Returns the appropriate exception message.
|
getRootCause | public Throwable getRootCause()(Code) | | Returns the root exception if it exists.
the underlying wrapped exception. |
printStackTrace | public void printStackTrace()(Code) | | Prints the stack trace, preferring the root cause if it exists.
|
printStackTrace | public void printStackTrace(PrintStream os)(Code) | | Prints the stack trace, preferring the root cause if it exists.
|
printStackTrace | public void printStackTrace(PrintWriter os)(Code) | | Prints the stack trace, preferring the root cause if it exists.
|
toString | public String toString()(Code) | | Print the exception as a string.
|
|
|
|