|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.ObjectStreamException
com.caucho.ejb.protocol.ObjectExceptionWrapper
public class ObjectExceptionWrapper
Wraps the actual exception with an EJB exception
Constructor Summary | |
---|---|
ObjectExceptionWrapper(java.lang.String msg)
Create a basic ObjectExceptionWrapper with a message. |
|
ObjectExceptionWrapper(java.lang.Throwable rootCause)
Create a ObjectExceptionWrapper wrapping a root exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjectExceptionWrapper(java.lang.String msg)
msg
- the exception message.public ObjectExceptionWrapper(java.lang.Throwable rootCause)
rootCause
- the underlying wrapped exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |