Class StartSessionErrorException

All Implemented Interfaces:
Serializable

public class StartSessionErrorException extends SessionManagerException
See Also:
  • Constructor Details

    • StartSessionErrorException

      public StartSessionErrorException(long userId, String authData)
    • StartSessionErrorException

      public StartSessionErrorException(long userId, String authData, DatabaseException cause)
  • Method Details

    • getUserId

      public long getUserId()
    • getAuthData

      public String getAuthData()