Class EncryptionException

    • Constructor Detail

      • EncryptionException

        public EncryptionException()
        Constructs a new encryption exception.
      • EncryptionException

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

        public EncryptionException​(Throwable cause)
        Constructs a new encryption exception with the specified cause.
        Parameters:
        cause - the cause
      • EncryptionException

        public EncryptionException​(String message,
                                   Throwable cause)
        Constructs a new encryption exception with the specified detail message and cause.
        Parameters:
        message - the detail message
        cause - the cause
      • EncryptionException

        public EncryptionException​(String message,
                                   Throwable cause,
                                   boolean enableSuppression,
                                   boolean writableStackTrace)
        Constructs a new encryption exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
        Parameters:
        message - the detail message
        cause - the cause
        enableSuppression - whether suppression is enabled or disabled
        writableStackTrace - whether the stack trace should be writable