|
Project Wonder 5.0 | |||||||||||
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.lang.RuntimeException
er.workerchannel.ERWorkerChannelException
public class ERWorkerChannelException
Constructor Summary | |
---|---|
ERWorkerChannelException()
Constructs an EJBException with no detail message. |
|
ERWorkerChannelException(java.lang.Exception exception)
Constructs an EJBException that embeds the originally thrown exception. |
|
ERWorkerChannelException(java.lang.Exception exception,
java.lang.String message)
Constructs an ERWorkerChannelException that embeds the originally thrown exception with the specified detail message. |
|
ERWorkerChannelException(java.lang.String message)
Constructs an EJBException with the specified detailed message. |
Method Summary | |
---|---|
java.lang.Exception |
getCausedByException()
Obtain the exception that caused the ERWorkerChannelException being thrown. |
java.lang.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(java.lang.String message)
public ERWorkerChannelException(java.lang.Exception exception)
public ERWorkerChannelException(java.lang.Exception exception, java.lang.String message)
Method Detail |
---|
public java.lang.Exception getCausedByException()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |