|
Project Wonder 2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException er.workerchannel.ERWorkerChannelException
Constructor Summary | |
ERWorkerChannelException()
Constructs an EJBException with no detail message. |
|
ERWorkerChannelException(Exception exception)
Constructs an EJBException that embeds the originally thrown exception. |
|
ERWorkerChannelException(Exception exception,
String message)
Constructs an ERWorkerChannelException that embeds the originally thrown exception with the specified detail message. |
|
ERWorkerChannelException(String message)
Constructs an EJBException with the specified detailed message. |
Method Summary | |
Exception |
getCausedByException()
Obtain the exception that caused the ERWorkerChannelException being thrown. |
String |
getMessage()
Returns the detail message, including the message from the nested exception if there is one. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 ERWorkerChannelException()
public ERWorkerChannelException(String message)
public ERWorkerChannelException(Exception exception)
public ERWorkerChannelException(Exception exception, String message)
Method Detail |
public Exception getCausedByException()
public String getMessage()
|
Last updated: Do, Dez 9, 2004 12:46 PM CET | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |