|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.jbi.JBIException
javax.jbi.messaging.MessagingException
public class MessagingException
Generic exception used to report messaging related errors in the Normalized Message Service.
Constructor Summary | |
---|---|
MessagingException(String msg)
Create a new MessagingException. |
|
MessagingException(String msg,
Throwable cause)
Create a new MessagingException with the specified cause and error text. |
|
MessagingException(Throwable cause)
Create a new MessagingException with the specified cause. |
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 MessagingException(String msg)
msg
- error detailpublic MessagingException(String msg, Throwable cause)
msg
- error detailcause
- underlying errorpublic MessagingException(Throwable cause)
cause
- underlying error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |