Skip navigation links
oracle.security.idaas.rest.common
Class InvalidToken
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.security.idaas.common.util.OICBaseException
oracle.security.idaas.rest.provider.common.exception.RESTUnauthorizedException
oracle.security.idaas.rest.common.InvalidToken
- All Implemented Interfaces:
- java.io.Serializable, oracle.security.idaas.common.util.OICException
-
public class InvalidToken
- extends RESTUnauthorizedException
InvalidToken exception.
This exception class may be removed in future. Other classes may use RESTUnauthorizedException directly.
- See Also:
- Serialized Form
Fields inherited from class oracle.security.idaas.common.util.OICBaseException |
errorCode |
Constructor Summary |
InvalidToken()
Default constructor for InvalidToken |
InvalidToken(java.lang.String s)
Constructs an InvalidToken . |
InvalidToken(java.lang.String message, java.lang.String errorCode)
|
InvalidToken(java.lang.String message, java.lang.String errorCode, java.lang.Throwable cause)
|
InvalidToken(java.lang.String msg, java.lang.Throwable cause)
|
InvalidToken(java.lang.Throwable e)
Constructs an InvalidToken . |
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 |
InvalidToken
public InvalidToken()
- Default constructor for
InvalidToken
InvalidToken
public InvalidToken(java.lang.Throwable e)
- Constructs an
InvalidToken
.
- Parameters:
e
- The Throwable
object provided by the object which is throwing the exception
InvalidToken
public InvalidToken(java.lang.String s)
- Constructs an
InvalidToken
.
- Parameters:
e
- The Throwable
object provided by the object which is throwing the exception
InvalidToken
public InvalidToken(java.lang.String msg,
java.lang.Throwable cause)
InvalidToken
public InvalidToken(java.lang.String message,
java.lang.String errorCode)
InvalidToken
public InvalidToken(java.lang.String message,
java.lang.String errorCode,
java.lang.Throwable cause)
Skip navigation links