Class EncryptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gcube.spatial.data.geonetwork.model.faults.EncryptionException
All Implemented Interfaces:
Serializable

public class EncryptionException extends RuntimeException
Exception thrown when an encryption/decryption error occurs.
See Also:
  • Constructor Details

    • 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