Class BadJOSEException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    BadJWEException, BadJWSException, BadJWTException

    public class BadJOSEException
    extends java.lang.Exception
    Bad JSON Object Signing and Encryption (JOSE) exception.
    Version:
    2015-06-10
    Author:
    Vladimir Dzhuvinov
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BadJOSEException​(java.lang.String message)
      Creates a new bad JOSE exception.
      BadJOSEException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new bad JOSE exception.
    • 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

      • BadJOSEException

        public BadJOSEException​(java.lang.String message)
        Creates a new bad JOSE exception.
        Parameters:
        message - The exception message.
      • BadJOSEException

        public BadJOSEException​(java.lang.String message,
                                java.lang.Throwable cause)
        Creates a new bad JOSE exception.
        Parameters:
        message - The exception message.
        cause - The exception cause.