public class ZoneItemException extends RuntimeException
Constructor and Description |
---|
ZoneItemException(String message)
Constructs a new unknown zone exception with the specified
detail message.
|
ZoneItemException(String message,
Throwable cause)
Constructs a new unknown zone exception with the specified
detail message and cause.
|
ZoneItemException(Throwable cause)
Constructs a new unknown zone exception with the specified
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ZoneItemException(String message)
message
- The detail message.public ZoneItemException(String message, Throwable cause)
message
- The detail message.cause
- The cause.public ZoneItemException(Throwable cause)
cause
- The cause.