Skip navigation links
oracle.security.idaas.rest.provider.common.exception
Class RESTForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.security.idaas.common.util.OICBaseException
oracle.security.idaas.rest.provider.common.exception.RESTForbiddenException
- All Implemented Interfaces:
- java.io.Serializable, oracle.security.idaas.common.util.OICException
-
public class RESTForbiddenException
- extends oracle.security.idaas.common.util.OICBaseException
When access to a resource id forbidden.
- See Also:
- Serialized Form
| Fields inherited from class oracle.security.idaas.common.util.OICBaseException |
errorCode |
| Methods inherited from class oracle.security.idaas.common.util.OICBaseException |
getErrorCode |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.security.idaas.common.util.OICException |
getCause, getMessage |
RESTForbiddenException
public RESTForbiddenException()
RESTForbiddenException
public RESTForbiddenException(java.lang.String msg)
RESTForbiddenException
public RESTForbiddenException(java.lang.Throwable cause)
RESTForbiddenException
public RESTForbiddenException(java.lang.String msg,
java.lang.Throwable cause)
RESTForbiddenException
public RESTForbiddenException(java.lang.String message,
java.lang.String errorCode)
RESTForbiddenException
public RESTForbiddenException(java.lang.String message,
java.lang.String errorCode,
java.lang.Throwable root)
Skip navigation links