Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social


oracle.security.idaas.rp
Class RPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.security.idaas.common.util.OICBaseException
              extended by oracle.security.idaas.rp.RPException

All Implemented Interfaces:
java.io.Serializable, oracle.security.idaas.common.util.OICException

public class RPException
extends oracle.security.idaas.common.util.OICBaseException
Since:
11gR2
Version:
$Header: ngam/oic/rp/src/main/java/oracle/security/idaas/rp/RPException.java /main/2 2012/02/16 10:49:13 parashah Exp $
Author:
parashah
See Also:
Serialized Form

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

RPException

public RPException()
Constructs a new RPException with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).

RPException

public RPException(java.lang.String message)
Constructs a new RPException with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
Parameters:
messageID - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.

RPException

public RPException(java.lang.String message,
                   java.lang.Throwable cause)
Constructs a new RPException with the specified detail message and 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

Parameters:
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.)

RPException

public 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).
Parameters:
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

main

public static void main(java.lang.String[] args)

Skip navigation links

Copyright (c) 2012,
Oracle All Rights Reserved.
Built 06/05/2012 17:18:07 PDT