Class UnknownParentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.plugins.repository.trash.UnknownParentException
- All Implemented Interfaces:
Serializable
Exception indication that no former parent of the trash element is available for restoration
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownParentException
(String message) Constructs a new exception with the specified detail message.UnknownParentException
(String message, Throwable cause) Constructs a new exception with the specified detail message and cause.UnknownParentException
(Throwable cause) Constructs a new 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
-
UnknownParentException
Constructs a new exception with the specified detail message.- Parameters:
message
- the detail message.
-
UnknownParentException
Constructs a new exception with the specified detail message and cause.- Parameters:
message
- the detail message.cause
- the cause.
-
UnknownParentException
Constructs a new exception with the specified cause.- Parameters:
cause
- the specified cause.
-