Class MIDFlowException

All Implemented Interfaces:
Serializable

public class MIDFlowException extends MIDClientException
MID Client exception that is thrown when the communication with the configured Mobile ID service fails, for any reason. The embedded Fault object contains all the details about what failed and why.
See Also:
  • Constructor Details

    • MIDFlowException

      public MIDFlowException(String message, Fault fault)
    • MIDFlowException

      public MIDFlowException(String message, Throwable cause, Fault fault)
  • Method Details

    • getFault

      public Fault getFault()