Package org.ametys.web.repository.page
Class ZoneItemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ametys.web.repository.page.ZoneItemException
- All Implemented Interfaces:
Serializable
Exception thrown when an attempt to retrieve a zone failed because
it does not exist.
- See Also:
-
Constructor Summary
ConstructorDescriptionZoneItemException
(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. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ZoneItemException
Constructs a new unknown zone exception with the specified detail message.- Parameters:
message
- The detail message.
-
ZoneItemException
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.
-