Class JOSEException

    • Constructor Summary

      Constructors 
      Constructor Description
      JOSEException()
      Creates a new JOSE exception with the specified cause.
      JOSEException​(java.lang.String message)
      Creates a new JOSE exception with the specified message.
      JOSEException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new JOSE exception with the specified message and cause.
      JOSEException​(java.lang.Throwable cause)
      Creates a new JOSE exception with the specified 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

      • JOSEException

        public JOSEException​(java.lang.String message)
        Creates a new JOSE exception with the specified message.
        Parameters:
        message - The exception message.
      • JOSEException

        public JOSEException​(java.lang.String message,
                             java.lang.Throwable cause)
        Creates a new JOSE exception with the specified message and cause.
        Parameters:
        message - The exception message.
        cause - The exception cause.
      • JOSEException

        public JOSEException​(java.lang.Throwable cause)
        Creates a new JOSE exception with the specified cause.
        Parameters:
        cause - The exception cause.
      • JOSEException

        public JOSEException()
        Creates a new JOSE exception with the specified cause.