Class EncryptionException

All Implemented Interfaces:
Serializable

public class EncryptionException extends CommonException
See Also:
  • Constructor Details

    • EncryptionException

      public EncryptionException(String message)
    • EncryptionException

      public EncryptionException(LocalizableMessage userFriendlyMessage)
    • EncryptionException

      public EncryptionException(Throwable cause)
    • EncryptionException

      public EncryptionException(String message, Throwable cause)
  • Method Details

    • getErrorTypeMessage

      public String getErrorTypeMessage()
      Description copied from class: CommonException
      Returns a human-readable message that describes the type or class of errors that the exception represents. E.g. "Communication error", "Policy violation", etc. TODO: switch return value to a localized message
      Specified by:
      getErrorTypeMessage in class CommonException