Class ImportGlobalFailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.ametys.plugins.contentio.archive.ImportGlobalFailException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MergeException
An exception which must propagate and stop the global import process.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImportGlobalFailException
Constructor- Parameters:
message
- The detail message
-
ImportGlobalFailException
Constructor- Parameters:
cause
- The cause
-