Class ServerProblem

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadGatewayProblem, InternalServerErrorProblem, RetryAfterServerProblem

public abstract class ServerProblem extends Problem
Abstract base class for server problems (HTTP status code 5xx).
See Also:
  • Constructor Details

    • ServerProblem

      protected ServerProblem(URI type, String title, int status)
    • ServerProblem

      protected ServerProblem(URI type, URI href, String title, int status)
    • ServerProblem

      protected ServerProblem(URI type, String title, int status, Throwable cause)
    • ServerProblem

      protected ServerProblem(URI type, URI href, String title, int status, Throwable cause)