Class InternalServerErrorException

All Implemented Interfaces:
Serializable

public class InternalServerErrorException extends SolidClientException
A runtime exception that represents an HTTP internal server error (500) response.
See Also:
  • Field Details

  • Constructor Details

    • InternalServerErrorException

      public InternalServerErrorException(String message, URI uri, Headers headers, String body)
      Create an InternalServerErrorException exception.
      Parameters:
      message - the message
      uri - the uri
      headers - the response headers
      body - the body