Class InvalidSessionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidSessionException
    extends java.lang.Exception
    Used when the actual payload of the session was not in a compact JWT format. More specifically the payload could not be de-serialized to it's expect payload type.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidSessionException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidSessionException

        public InvalidSessionException​(java.lang.String message,
                                       java.lang.Throwable cause)