Class ConflictingNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.plugins.repository.trash.ConflictingNameException
- All Implemented Interfaces:
Serializable
Exception indication that no restored element or one of his children has a name conflicting with an existing element in the repository
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConflictingNameException(String message) Constructs a new exception with the specified detail message.ConflictingNameException(String message, Throwable cause) Constructs a new exception with the specified detail message and 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
-
ConflictingNameException
Constructs a new exception with the specified detail message.- Parameters:
message- the detail message.
-
ConflictingNameException
Constructs a new exception with the specified detail message and cause.- Parameters:
message- the detail message.cause- the cause.
-
ConflictingNameException
Constructs a new exception with the specified cause.- Parameters:
cause- the specified cause.
-