Class Archivers.AmetysObjectNotImportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.plugins.contentio.archive.Archivers.AmetysObjectNotImportedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Archivers
Exception indicating an Ametys Object cannot be imported
- See Also:
-
Constructor Summary
ConstructorDescriptionAmetysObjectNotImportedException
(String message) Constructor with detail messageConstructor with 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
-
AmetysObjectNotImportedException
Constructor with detail message- Parameters:
message
- The detail message
-
AmetysObjectNotImportedException
Constructor with cause- Parameters:
cause
- The cause
-