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
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 embeddedFaultobject contains all the details about what failed and why.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MIDFlowException(String message, Fault fault)MIDFlowException(String message, Throwable cause, Fault fault)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FaultgetFault()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-