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