Class NotIdentifiedUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
es.kukenan.smartfi.common.service.exceptions.UnexpectedException
es.kukenan.smartfi.microservice.security.gateway.exception.NotIdentifiedUserException
- All Implemented Interfaces:
Serializable
public class NotIdentifiedUserException
extends es.kukenan.smartfi.common.service.exceptions.UnexpectedException
Exception for try to redirect to an endpoint with userId when there is no a user identified.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotIdentifiedUserException(String message, Throwable cause) Default constructor. -
Method Summary
Methods inherited from class es.kukenan.smartfi.common.service.exceptions.UnexpectedException
canEqual, equals, getCode, getUuid, hashCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NotIdentifiedUserException
Default constructor.- Parameters:
message- custom message for time to live expired date.cause- custom cause for time to live expired date.
-