Class InvalidTokenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sklsft.commons.rest.security.exception.InvalidTokenException
All Implemented Interfaces:
Serializable

public class InvalidTokenException extends RuntimeException
Thrown if your token does not enable to retrieve valid credentials
Author:
Nicolas Thibault, Abdessalam El Jai, Alexandre Rupp
See Also:
  • Constructor Details

    • InvalidTokenException

      public InvalidTokenException(String message)
    • InvalidTokenException

      public InvalidTokenException(String message, Throwable cause)