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
public class MIDClientException extends RuntimeException
Base exception for all the possible failures that MID Client can encounter. No added functionality than whatRuntimeExceptionprovides.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MIDClientException(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
-
-