Class UserCancelException

All Implemented Interfaces:
Serializable

public class UserCancelException extends BankIDException
Exception class for when the user cancels an operation.
Author:
Martin Lindström
See Also:
  • Constructor Details

    • UserCancelException

      public UserCancelException()
      Default constructor.
    • UserCancelException

      public UserCancelException(String message)
      Constructor assigning the message.
      Parameters:
      message - the message
    • UserCancelException

      public UserCancelException(Throwable cause)
      Constructor assigning the cause of the error.
      Parameters:
      cause - cause of the error
    • UserCancelException

      public UserCancelException(String message, Throwable cause)
      Constructor assigning the message and the cause of the error.
      Parameters:
      message - the message
      cause - the cause of the error