Class TokenHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.software_atelier.simpleflex.rest.auth.token.TokenHandlerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INVALIDE_SIGNATURE
public static final int INVALIDE_SIGNATURE- See Also:
-
EXPIRED
public static final int EXPIRED- See Also:
-
MALFORMED
public static final int MALFORMED- See Also:
-
UNAUTHORIZED
public static final int UNAUTHORIZED- See Also:
-
INTERNAL
public static final int INTERNAL- See Also:
-
-
Constructor Details
-
TokenHandlerException
public TokenHandlerException(int code)
-
-
Method Details
-
getCode
public int getCode()
-