| 
 | Oracle Fusion Middleware Java API Reference for the Oracle Access Management OAuth Service 11g Release 2 Patch Set 3 (11.1.2.3) E59498-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           oracle.security.idaas.oauth.sdk.OAuthSdkException
oracle.security.idaas.oauth.sdk.OAuthSdkException
public class OAuthSdkException
Signals that something unplanned occurred when handling the request or the response.
Constructor Summary
| OAuthSdkException()Constructs a OAuthSdkException with no detail message. | 
| OAuthSdkException(java.lang.String message)Constructs a OAuthSdkException with the specified detail message. | 
| OAuthSdkException(java.lang.String message, java.lang.Throwable cause)Constructs a OAuthSdkException with the specified detail message and cause. | 
| OAuthSdkException(java.lang.Throwable cause)Constructs a OAuthSdkException with the specified detail cause. | 
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 | 
Constructor Detail
public OAuthSdkException()
public OAuthSdkException(java.lang.String message)
message - the detail message.
public OAuthSdkException(java.lang.String message,
                         java.lang.Throwable cause)
message - the detail message.cause - the causepublic OAuthSdkException(java.lang.Throwable cause)
cause - the cause| 
 | Oracle and/or its affiliates. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||