|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.identity.exception.NotificationException
public class NotificationException
| Constructor Summary | |
|---|---|
NotificationException()Constructs a new super exception with null as its detail message. |
|
NotificationException(java.lang.String message)Constructs a new super exception with the specified detail message. |
|
NotificationException(java.lang.String message, java.lang.Throwable cause)Constructs a new super exception with the specified detail message and cause. |
|
NotificationException(java.lang.Throwable cause)Constructs a new super exception 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationException()
public NotificationException(java.lang.String message)
message - the detail message
public NotificationException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic NotificationException(java.lang.Throwable cause)
cause - the cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||