|
|||||||||||
| 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
Generic exception used to report messaging related errors in the Normalized Message Service.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| 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. |
|
| 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
|
Built 06/07/2005 11:16 AM on acer (SunOS 5.9) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||