Class JsonCryptoException

  • All Implemented Interfaces:
    Serializable

    public class JsonCryptoException
    extends Exception
    An exception that is thrown during JSON cryptographic operations.
    Since:
    0.2.0
    See Also:
    Serialized Form
    • Constructor Detail

      • JsonCryptoException

        public JsonCryptoException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the error message
      • JsonCryptoException

        public JsonCryptoException​(String message,
                                   Exception e)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the error message
        e - cause of the exception