Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

com.bea.wlcp.wlng.api.plugin
Class OAuthDenyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended bycom.bea.wlcp.wlng.api.plugin.OAuthDenyException
All Implemented Interfaces:
java.io.Serializable

public class OAuthDenyException
extends java.rmi.RemoteException

This exception is thrown when visiting a resource denied by OAuth.

See Also:
Serialized Form

Field Summary
static int INSUFFICIENT_SCOPE
           
static int INVALID_REQUEST
           
static int UNAUTHORIZED
           
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
OAuthDenyException(java.lang.String type)
           
OAuthDenyException(java.lang.String type, int errorCode)
           
OAuthDenyException(java.lang.String type, int errorCode, java.lang.String message)
           
OAuthDenyException(java.lang.String type, int errorCode, java.lang.String message, java.lang.String errorDescription)
           
 
Method Summary
 int getErrorCode()
           
 java.lang.String getErrorDescription()
           
 java.lang.String getType()
           
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, 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
 

Field Detail

INSUFFICIENT_SCOPE

public static int INSUFFICIENT_SCOPE

INVALID_REQUEST

public static int INVALID_REQUEST

UNAUTHORIZED

public static int UNAUTHORIZED
Constructor Detail

OAuthDenyException

public OAuthDenyException(java.lang.String type)

OAuthDenyException

public OAuthDenyException(java.lang.String type,
                          int errorCode)

OAuthDenyException

public OAuthDenyException(java.lang.String type,
                          int errorCode,
                          java.lang.String message)

OAuthDenyException

public OAuthDenyException(java.lang.String type,
                          int errorCode,
                          java.lang.String message,
                          java.lang.String errorDescription)
Method Detail

getErrorCode

public int getErrorCode()

getErrorDescription

public java.lang.String getErrorDescription()

getType

public java.lang.String getType()

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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