|
||||||||||
| 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(java.lang.String msg)
Create a new MessagingException. |
|
MessagingException(java.lang.String msg,
java.lang.Throwable cause)
Create a new MessagingException with the specified cause and error text. |
|
MessagingException(java.lang.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(java.lang.String msg)
msg - error detail
public MessagingException(java.lang.String msg,
java.lang.Throwable cause)
msg - error detailcause - underlying errorpublic MessagingException(java.lang.Throwable cause)
cause - underlying error
|
${build-info} | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||