Class DecryptionFailedException

All Implemented Interfaces:
Serializable

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

    • DecryptionFailedException

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