|
Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social | |||||||||
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.security.idaas.common.util.OICBaseException
oracle.security.idaas.rp.RPException
public class RPException
Field Summary |
---|
Fields inherited from class oracle.security.idaas.common.util.OICBaseException |
---|
errorCode |
Constructor Summary | |
---|---|
RPException() Constructs a new RPException with null as its detail message. |
|
RPException(java.lang.String message) Constructs a new RPException with the specified detail message. |
|
RPException(java.lang.String message, java.lang.Throwable cause) Constructs a new RPException with the specified detail message and cause. |
|
RPException(java.lang.Throwable cause) Constructs a new RPException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause). |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args) |
Methods inherited from class oracle.security.idaas.common.util.OICBaseException |
---|
getErrorCode |
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 |
Methods inherited from interface oracle.security.idaas.common.util.OICException |
---|
getCause, getMessage |
Constructor Detail |
---|
public RPException()
null
as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable)
.public RPException(java.lang.String message)
Throwable.initCause(java.lang.Throwable)
.
messageID
- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.public RPException(java.lang.String message, java.lang.Throwable cause)
Note that the detail message associated with cause
is not automatically incorporated in this RPException's detail message. To be made protected, when used as a base exception class for other RP exceptions
message
- the detail message (which is saved for later retrieval by the Throwable.getMessage()
method).cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)public RPException(java.lang.Throwable cause)
cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)Method Detail |
---|
public static void main(java.lang.String[] args)
|
Copyright (c) 2012, Oracle All Rights Reserved. Built 06/05/2012 17:18:07 PDT |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |