Class RemoteConnectorClientException

  • All Implemented Interfaces:
    Serializable

    public class RemoteConnectorClientException
    extends org.alfresco.error.AlfrescoRuntimeException
    An exception thrown when the remote server indicates that the client has made a mistake with the request. This exception is normally thrown for responses in the 4xx range, eg if a 404 (not found) is returned by the remote server. Provided that the response was not too large, the response from the server will also be available.
    Since:
    4.0.3
    Author:
    Nick Burch
    See Also:
    Serialized Form
    • Constructor Detail

      • RemoteConnectorClientException

        public RemoteConnectorClientException​(int statusCode,
                                              String statusText,
                                              RemoteConnectorResponse response)