Class SystemCommunicationException

All Implemented Interfaces:
Serializable

public class SystemCommunicationException extends SystemException
Marker interface for exceptions e.g. timeouts, in the client/server communication.
See Also:
  • Constructor Details

    • SystemCommunicationException

      public SystemCommunicationException()
    • SystemCommunicationException

      public SystemCommunicationException(String s)
    • SystemCommunicationException

      public SystemCommunicationException(String s, int errorcode)
    • SystemCommunicationException

      public SystemCommunicationException(String reason, Object obj)
    • SystemCommunicationException

      public SystemCommunicationException(Object ex)