|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.ejb.CreateException
com.caucho.ejb.CreateExceptionWrapper
public class CreateExceptionWrapper
Wraps the actual exception with an EJB exception
| Constructor Summary | |
|---|---|
CreateExceptionWrapper(java.lang.String msg)
Create a basic CreateExceptionWrapper with a message. |
|
CreateExceptionWrapper(java.lang.Throwable rootCause)
Create a CreateExceptionWrapper 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 CreateExceptionWrapper(java.lang.String msg)
msg - the exception message.public CreateExceptionWrapper(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 | |||||||||