Class ServiceCommunicationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.alfresco.officeservices.testclient.ServiceCommunicationException
All Implemented Interfaces:
Serializable

public class ServiceCommunicationException extends Exception
Exception thrown whenever an error occurs in the communication with the server.
See Also:
  • Constructor Details

    • ServiceCommunicationException

      public ServiceCommunicationException()
    • ServiceCommunicationException

      public ServiceCommunicationException(String message)
    • ServiceCommunicationException

      public ServiceCommunicationException(Throwable cause)
    • ServiceCommunicationException

      public ServiceCommunicationException(String message, Throwable cause)