Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

oracle.ocsg.oauth2.util
Class OAuthWorkContextHelper.OAuthHandlingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.ocsg.oauth2.util.OAuthWorkContextHelper.OAuthHandlingException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
OAuthWorkContextHelper

public static final class OAuthWorkContextHelper.OAuthHandlingException
extends java.lang.Exception

OAuth handling exception.

See Also:
Serialized Form

Constructor Summary
OAuthHandlingException(java.lang.String message)
           
OAuthHandlingException(java.lang.String message, int code)
           
 
Method Summary
 int getCode()
          Get error code.
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

OAuthHandlingException

public OAuthHandlingException(java.lang.String message)

OAuthHandlingException

public OAuthHandlingException(java.lang.String message,
                              int code)
Method Detail

getCode

public int getCode()
Get error code.

Returns:
code.

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.