Class ZoneItemException

All Implemented Interfaces:
Serializable

public class ZoneItemException extends RuntimeException
Exception thrown when an attempt to retrieve a zone failed because it does not exist.
See Also:
  • Constructor Details

    • ZoneItemException

      public ZoneItemException(String message)
      Constructs a new unknown zone exception with the specified detail message.
      Parameters:
      message - The detail message.
    • ZoneItemException

      public ZoneItemException(String message, Throwable cause)
      Constructs a new unknown zone exception with the specified detail message and cause.
      Parameters:
      message - The detail message.
      cause - The cause.
    • ZoneItemException

      Constructs a new unknown zone exception with the specified cause.
      Parameters:
      cause - The cause.