Class OfficeOverloadedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
it.univr.passportease.exception.illegalstate.OfficeOverloadedException
All Implemented Interfaces:
Serializable

public class OfficeOverloadedException extends RuntimeException
Exception thrown when an office is overloaded and cannot accept more requests.
See Also:
  • Constructor Details

    • OfficeOverloadedException

      public OfficeOverloadedException(String message)
      Constructs a OfficeOverloadedException with no detail message.
      Parameters:
      message - the detail message.