|
Oracle Fusion Middleware User Messaging Service 11.1.1.1.0 Java API Reference E14011-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.sdp.messaging.MessagingException
public class MessagingException
Thrown to indicate any exceptional conditions to the applications using the Messaging API.
| Constructor Summary | |
|---|---|
MessagingException(java.lang.String reason)
|
|
MessagingException(java.lang.String reason,
java.lang.Throwable detail)
Construct a MessagingException with a nested exception, the message will be derived from the nested exception. |
|
MessagingException(java.lang.Throwable detail)
Construct a MessagingException with a nested exception, the message will be derived from the nested exception. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getDetail()
Get the nested exception. |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessagingException(java.lang.String reason)
public MessagingException(java.lang.String reason,
java.lang.Throwable detail)
detail - the nested exception.getDetail()public MessagingException(java.lang.Throwable detail)
detail - the nested exception.getDetail()| Method Detail |
|---|
public java.lang.Throwable getDetail()
|
Oracle Fusion Middleware User Messaging Service 11.1.1.1.0 Java API Reference E14011-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||