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
public static final class Archivers.AmetysObjectNotImportedException extends Exception
Exception indicating an Ametys Object cannot be imported- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmetysObjectNotImportedException(String message)
Constructor with detail messageAmetysObjectNotImportedException(Throwable cause)
Constructor 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 Detail
-
AmetysObjectNotImportedException
public AmetysObjectNotImportedException(String message)
Constructor with detail message- Parameters:
message
- The detail message
-
AmetysObjectNotImportedException
public AmetysObjectNotImportedException(Throwable cause)
Constructor with cause- Parameters:
cause
- The cause
-
-