Class NotFoundException
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
org.springframework.cloud.gateway.support.NotFoundException
- All Implemented Interfaces:
Serializable, org.springframework.web.ErrorResponse
public class NotFoundException
extends org.springframework.web.server.ResponseStatusException
- Author:
- Spencer Gibb
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.web.ErrorResponse
org.springframework.web.ErrorResponse.Builder, org.springframework.web.ErrorResponse.Interceptor -
Constructor Summary
ConstructorsConstructorDescriptionNotFoundException(String message) NotFoundException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.springframework.web.server.ResponseStatusException
getHeaders, getMessage, getReason, updateAndGetBodyMethods inherited from class org.springframework.web.ErrorResponseException
getBody, getDetailMessageArguments, getDetailMessageCode, getStatusCode, setDetail, setInstance, setTitle, setTypeMethods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.web.ErrorResponse
getDetailMessageArguments, getTitleMessageCode, getTypeMessageCode
-
Constructor Details
-
NotFoundException
-
NotFoundException
-
-
Method Details
-
create
-
create
-