Class RemoteConnectorServerException

  • All Implemented Interfaces:
    Serializable

    public class RemoteConnectorServerException
    extends AlfrescoRuntimeException
    An exception thrown when the remote server indicates that it has encountered a problem with the request, and cannot process it. This typically means a 5xx response.
    Since:
    4.0.3
    Author:
    Nick Burch
    See Also:
    Serialized Form
    • Constructor Detail

      • RemoteConnectorServerException

        public RemoteConnectorServerException​(int statusCode,
                                              String statusText)
    • Method Detail

      • getStatusCode

        public int getStatusCode()
      • getStatusText

        public String getStatusText()