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
public class ZoneItemException extends RuntimeException
Exception thrown when an attempt to retrieve a zone failed because it does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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
public ZoneItemException(Throwable cause)
Constructs a new unknown zone exception with the specified cause.- Parameters:
cause
- The cause.
-
-