Class EncryptionFailedException

All Implemented Interfaces:
Serializable

@ResponseStatus(INTERNAL_SERVER_ERROR) public class EncryptionFailedException extends RuntimeException
Thrown when encrypt failed.
See Also:
  • Constructor Details

    • EncryptionFailedException

      public EncryptionFailedException(String message, Throwable cause)
      Constructs a new EncryptionFailedException for a specific message and cause.
      Parameters:
      message - the detail message
      cause - the cause