|
|||||||||||
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 bexee.core.DispatcherException
This class is used to indicate that something went wrong when trying to
dispatch an inbound message to the ProcessController
.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
DispatcherException(java.lang.String message)
Create a new DispatcherException with a message string. |
|
DispatcherException(java.lang.String message,
java.lang.Throwable cause)
Create a new DispatcherException with a message string and
a Throwable cause. |
|
DispatcherException(java.lang.Throwable cause)
Create a new DispatcherException with cause
Throwable . |
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 DispatcherException(java.lang.String message)
DispatcherException
with a message string.
message
- public DispatcherException(java.lang.String message, java.lang.Throwable cause)
DispatcherException
with a message string and
a Throwable
cause.
message
- cause
- public DispatcherException(java.lang.Throwable cause)
DispatcherException
with cause
Throwable
.
cause
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |