Package ch.swisscom.mid.client
Class MIDFlowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.swisscom.mid.client.MIDClientException
ch.swisscom.mid.client.MIDFlowException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionMIDFlowException(String message, Fault fault) MIDFlowException(String message, Throwable cause, Fault fault) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MIDFlowException
-
MIDFlowException
-
-
Method Details
-
getFault
-