Class IOProblem

All Implemented Interfaces:
Serializable

public class IOProblem extends IOException
See Also:
  • Constructor Details

    • IOProblem

      public IOProblem(URI type, String title, int statusCode, @Nullable String detail, @Nullable URI instance)
    • IOProblem

      public IOProblem(URI type, String title, int statusCode, @Nullable String detail)
    • IOProblem

      public IOProblem(URI type, String title, int statusCode)
  • Method Details

    • getType

      public URI getType()
    • getTitle

      public String getTitle()
    • getStatusCode

      public int getStatusCode()
    • getDetail

      public Optional<String> getDetail()
    • getInstance

      public Optional<URI> getInstance()