Package org.radarbase.auth.exception
Class TokenValidationException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class TokenValidationException extends RuntimeException
Created by dverbeec on 15/09/2017.
-
-
Constructor Summary
Constructors Constructor Description TokenValidationException(String message)
TokenValidationException(String message, Throwable cause)
TokenValidationException(Throwable cause)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-