Class UserAccountNotFoundException

All Implemented Interfaces:
Serializable, Cloneable

public class UserAccountNotFoundException extends UserException
This exception is raised if a user account for a given session identifier can't be found.
See Also:
  • Constructor Details

    • UserAccountNotFoundException

      public UserAccountNotFoundException()
    • UserAccountNotFoundException

      public UserAccountNotFoundException(Throwable cause)
  • Method Details

    • ice_id

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