|
Oracle Communications Services Gatekeeper Java API Reference 5.0 E21717-02 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.bea.wlcp.wlng.api.plugin.OAuthDenyException
This exception will be thrown when visiting a resource denied by Oauth.
| 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 |
public static int INSUFFICIENT_SCOPE
public static int INVALID_REQUEST
public static int UNAUTHORIZED
| Constructor Detail |
public OAuthDenyException(String type)
public OAuthDenyException(String type,
int errorCode)
public OAuthDenyException(String type,
int errorCode,
String message)
public OAuthDenyException(String type,
int errorCode,
String message,
Throwable t)
| Method Detail |
public int getErrorCode()
public String getType()
|
Oracle Communications Services Gatekeeper Java API Reference 5.0 E21717-02 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||