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 Details

    • NotIdentifiedUserException

      public NotIdentifiedUserException(String message, Throwable cause)
      Default constructor.
      Parameters:
      message - custom message for time to live expired date.
      cause - custom cause for time to live expired date.