Class OfficeNotFoundException

All Implemented Interfaces:
Serializable

public class OfficeNotFoundException extends IllegalArgumentException
This exception is thrown when an office is not found.
See Also:
  • Constructor Details

    • OfficeNotFoundException

      public OfficeNotFoundException(String message)
      Constructs a OfficeNotFoundException with no detail message.
      Parameters:
      message - The message of the exception.