|
||||||||||
| 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
com.caucho.jms.queue.MessageException
public class MessageException
A message exception.
| Constructor Summary | |
|---|---|
MessageException()
Null message exception |
|
MessageException(java.lang.String msg)
Create a basic message exception |
|
MessageException(java.lang.String msg,
java.lang.Throwable rootCause)
Create a MessageException wrapping a root exception. |
|
MessageException(java.lang.Throwable rootCause)
Create a MessageException 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 MessageException()
public MessageException(java.lang.String msg)
msg - the exception message.public MessageException(java.lang.Throwable rootCause)
rootCause - the underlying wrapped exception.
public MessageException(java.lang.String msg,
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 | |||||||||