Class UnknownParentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.plugins.repository.trash.UnknownParentException
All Implemented Interfaces:
Serializable

public class UnknownParentException extends Exception
Exception indication that no former parent of the trash element is available for restoration
See Also:
  • Constructor Details

    • UnknownParentException

      public UnknownParentException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
    • UnknownParentException

      public UnknownParentException(String message, Throwable cause)
      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.