Class BankIdTraceableException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BankIdValidationException

public class BankIdTraceableException extends BankIDException
Exception class errors during BankID operations that we assign a trace ID to. This is useful for display purposes.
Author:
Martin Lindström, Felix Hellman
See Also:
  • Constructor Details

    • BankIdTraceableException

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

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

    • getOrderRef

      public String getOrderRef()
      Gets the BankID order reference.
      Returns:
      the BankID order reference
    • getTraceId

      public String getTraceId()
      Gets the trace ID.
      Returns:
      the trace ID