Class FcrepoOperationFailedException

    • Constructor Detail

      • FcrepoOperationFailedException

        public FcrepoOperationFailedException​(URI url,
                                              int statusCode,
                                              String statusText)
        Create an FcrepoOperationFailedException
        Parameters:
        url - the requested url
        statusCode - the HTTP response code
        statusText - the response message
    • Method Detail

      • getUrl

        public URI getUrl()
        Return the requested url
        Returns:
        the requested URL
      • getStatusCode

        public int getStatusCode()
        Get the status code
        Returns:
        the HTTP status code
      • getStatusText

        public String getStatusText()
        Get the status text
        Returns:
        the status text for the error