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:
    Serialized Form
    • Constructor Detail

      • MIDFlowException

        public MIDFlowException​(String message,
                                Fault fault)
    • Method Detail

      • getFault

        public Fault getFault()