Class SessionIdNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
es.kukenan.smartfi.common.service.exceptions.UnexpectedException
es.kukenan.smartfi.microservice.contracts.service.exceptions.SessionIdNotFoundException
All Implemented Interfaces:
Serializable

public final class SessionIdNotFoundException extends es.kukenan.smartfi.common.service.exceptions.UnexpectedException
Exception caused by a specified user was not found or is not visible in the operation context (access level...).
See Also:
  • Field Details

    • MSG_SESSION_NOT_FOUND

      public static final String MSG_SESSION_NOT_FOUND
      Message for user not found exception.
      See Also:
  • Constructor Details

    • SessionIdNotFoundException

      public SessionIdNotFoundException()
      Default constructor.