Class NoContentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.web.ErrorResponseException
org.springframework.web.server.ResponseStatusException
gov.niem.tools.api.core.exceptions.NoContentException
All Implemented Interfaces:
Serializable, org.springframework.web.ErrorResponse

public class NoContentException extends org.springframework.web.server.ResponseStatusException
Exception handler for requests in which no content was found for the given criteria.
See Also:
  • Constructor Details

    • NoContentException

      public NoContentException()