Class NoSessionException

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
es.samfc.learning.backend.security.exception.NoSessionException
All Implemented Interfaces:
Serializable, org.springframework.web.ErrorResponse

public class NoSessionException extends org.springframework.web.server.ResponseStatusException
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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.springframework.web.server.ResponseStatusException

    getHeaders, getMessage, getReason, getResponseHeaders, updateAndGetBody

    Methods inherited from class org.springframework.web.ErrorResponseException

    getBody, getDetailMessageArguments, getDetailMessageCode, getStatusCode, setDetail, setInstance, setTitle, setType

    Methods inherited from class org.springframework.core.NestedRuntimeException

    contains, getMostSpecificCause, getRootCause

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.springframework.web.ErrorResponse

    getDetailMessageArguments, getTitleMessageCode, getTypeMessageCode
  • Constructor Details

    • NoSessionException

      public NoSessionException()