Skip navigation links
com.bea.wlcp.wlng.api.plugin
Class OAuthDenyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.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
INSUFFICIENT_SCOPE
public static int INSUFFICIENT_SCOPE
INVALID_REQUEST
public static int INVALID_REQUEST
UNAUTHORIZED
public static int UNAUTHORIZED
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)
getErrorCode
public int getErrorCode()
getType
public String getType()
Skip navigation links
Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.