Class UserAccountNotFoundException

All Implemented Interfaces:
Serializable

public class UserAccountNotFoundException extends UserException
The exception that is thrown when a user account for a given session identifier can't be found.
See Also:
  • Constructor Details

    • UserAccountNotFoundException

      public UserAccountNotFoundException()
      Constructs a UserAccountNotFoundException.
  • Method Details

    • ice_id

      public String ice_id()
      Returns the type id of this exception.
      Specified by:
      ice_id in class UserException
      Returns:
      The type id of this exception.