Class ServiceResponseException

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

public class ServiceResponseException extends Exception
Exception thrown whenever the service response is invalid.
See Also:
  • Constructor Details

    • ServiceResponseException

      public ServiceResponseException()
    • ServiceResponseException

      public ServiceResponseException(String message)
    • ServiceResponseException

      public ServiceResponseException(Throwable cause)
    • ServiceResponseException

      public ServiceResponseException(String message, Throwable cause)