Class BankIdValidationException

All Implemented Interfaces:
Serializable

public class BankIdValidationException extends BankIdTraceableException
Exception class for validation errors in BankID data received from the BankID server.
Author:
Martin Lindström, Felix Hellman
See Also:
  • Constructor Details

    • BankIdValidationException

      public BankIdValidationException(String orderRef, String msg)
      Constructor.
      Parameters:
      orderRef - the order reference
      msg - the error message
    • BankIdValidationException

      public BankIdValidationException(String orderRef, String msg, Throwable cause)
      Constructor.
      Parameters:
      orderRef - the order reference
      msg - the error message
      cause - the cause of the error