Class TokenRuntimeException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    TokenGenerationException

    public class TokenRuntimeException
    extends RuntimeException
    The exception for all abnormal errors occuring with the Token API and for which the client doesn't need to perform a dedicated action.
    Author:
    Yohann Chastagnier
    See Also:
    Serialized Form
    • Constructor Detail

      • TokenRuntimeException

        public TokenRuntimeException()
        Creates a new instance of TokenRuntimeException without detail message.
      • TokenRuntimeException

        public TokenRuntimeException​(String msg)
        Constructs an instance of TokenRuntimeException with the specified detail message.
        Parameters:
        msg - the detail message.
      • TokenRuntimeException

        public TokenRuntimeException​(String message,
                                     Throwable cause)
        Constructs an instance of TokenRuntimeException with the specified detail message and with the specified cause.
        Parameters:
        message - the detail message.
        cause - the cause of this exception.