Class 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 what RuntimeException provides.
See Also:
  • Constructor Details

    • MIDClientException

      public MIDClientException(String message)
    • MIDClientException

      public MIDClientException(String message, Throwable cause)