Class DefaultProblem

All Implemented Interfaces:
FluentProblem<DefaultProblem>, Serializable

public class DefaultProblem extends Problem implements FluentProblem<DefaultProblem>
Default generic problem implementation class in case no specific type mapping was found.

This type is used when deserializing a problem for which no @ProblemType annotated Problem class with the matching problem type URI has been found on the classpath.

See Also:
  • Constructor Details

    • DefaultProblem

      public DefaultProblem(URI type, URI href, String title, int status)