Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


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:
Serializable

public class OAuthDenyException
extends RemoteException

This exception will be 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(String type)
           
OAuthDenyException(String type, int errorCode)
           
OAuthDenyException(String type, int errorCode, String message)
           
OAuthDenyException(String type, int errorCode, String message, Throwable t)
           

 

Method Summary
 int getErrorCode()
           
 String getType()
           

 

Methods inherited from class java.rmi.RemoteException
getCause, getMessage

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, 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(String type)

OAuthDenyException

public OAuthDenyException(String type,
                          int errorCode)

OAuthDenyException

public OAuthDenyException(String type,
                          int errorCode,
                          String message)

OAuthDenyException

public OAuthDenyException(String type,
                          int errorCode,
                          String message,
                          Throwable t)

Method Detail

getErrorCode

public int getErrorCode()

getType

public String getType()

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


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