Interface ResourceProblems

All Superinterfaces:
ProblemFactory

public interface ResourceProblems extends ProblemFactory
See Also:
  • Method Details

    • get

      static ResourceProblems get()
    • unsupportedScheme

      Problem unsupportedScheme(String scheme)
    • containerNotWritable

      Problem containerNotWritable(URI location)
    • notFound

      Problem notFound(URI location, Problem... children)
    • forbidden

      Problem forbidden(URI location, Problem... children)
    • unauthorized

      Problem unauthorized(URI location, Problem... children)

      When attempt to access location resulted in an unauthorized request.

    • readAccessDenied

      Problem readAccessDenied(URI location)
    • ensureLocalNotSupported

      Problem ensureLocalNotSupported(URI location)
    • insecureNotAllowed

      Problem insecureNotAllowed(URI location)