Package ch.swisscom.mid.client
Class MIDClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.swisscom.mid.client.MIDClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationException,DataAssemblyException,MIDFlowException
Base exception for all the possible failures that MID Client can encounter. No added functionality than
what
RuntimeException provides.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMIDClientException(String message) MIDClientException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MIDClientException
-
MIDClientException
-