|
|||||||||
| 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.sod.exception.ConnectorITResourceNotFoundException
public class ConnectorITResourceNotFoundException
| Field Summary | |
|---|---|
java.lang.String |
isMessageThe detailed message. |
| Constructor Summary | |
|---|---|
ConnectorITResourceNotFoundException()Creates a new SODRequestException object. |
|
ConnectorITResourceNotFoundException(java.lang.String isMessage)Constructs a new ConnectorITResourceNotFoundException with the specified detail message. |
|
ConnectorITResourceNotFoundException(java.lang.String isMessage, java.lang.Exception ex) |
|
| 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 |
| Field Detail |
|---|
public java.lang.String isMessage
| Constructor Detail |
|---|
public ConnectorITResourceNotFoundException()
public ConnectorITResourceNotFoundException(java.lang.String isMessage)
isMessage - the detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.
public ConnectorITResourceNotFoundException(java.lang.String isMessage,
java.lang.Exception ex)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||