Class ClientException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateClientException, NoSuchClientException

public abstract class ClientException extends Exception
Basic exception class for holder-related problems. Should not be instantiated directly (thus, the abstract qualifier).
See Also:
  • Constructor Details

    • ClientException

      public ClientException(int number)
      Parameters:
      number -
  • Method Details

    • getNumber

      public int getNumber()
      Returns:
      the holder number.