Class ClaimPasetoException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Paseto getPaseto()  
      • 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
    • Field Detail

      • INCORRECT_EXPECTED_CLAIM_MESSAGE_TEMPLATE

        public static final java.lang.String INCORRECT_EXPECTED_CLAIM_MESSAGE_TEMPLATE
        See Also:
        Constant Field Values
      • MISSING_EXPECTED_CLAIM_MESSAGE_TEMPLATE

        public static final java.lang.String MISSING_EXPECTED_CLAIM_MESSAGE_TEMPLATE
        See Also:
        Constant Field Values
    • Method Detail

      • getPaseto

        public Paseto getPaseto()