|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.exolab.core.service.ServiceException
org.exolab.jms.messagemgr.MessageMgrException
public class MessageMgrException
A general purpose exception to indicate a problem in the message manager.
Constructor Summary | |
---|---|
MessageMgrException()
Construct a new MessageMgrException with no information. |
|
MessageMgrException(java.lang.String message)
Construct a new MessageMgrException with a detail message |
|
MessageMgrException(java.lang.String message,
java.lang.Throwable cause)
Construct a new MessageMgrException with a detail
message and the exception that caused it |
|
MessageMgrException(java.lang.Throwable cause)
Construct a new MessageMgrException with the exception that
caused it. |
Method Summary |
---|
Methods inherited from class org.exolab.core.service.ServiceException |
---|
getRootCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MessageMgrException()
MessageMgrException
with no information.
public MessageMgrException(java.lang.String message)
MessageMgrException
with a detail message
message
- a message describing this exceptionpublic MessageMgrException(java.lang.Throwable cause)
MessageMgrException
with the exception that
caused it.
cause
- the exception that caused this exceptionpublic MessageMgrException(java.lang.String message, java.lang.Throwable cause)
MessageMgrException
with a detail
message and the exception that caused it
message
- a message describing this exceptioncause
- the exception that caused this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |