Class MergeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.ametys.plugins.contentio.archive.ImportGlobalFailException
org.ametys.plugins.contentio.archive.MergeException
- All Implemented Interfaces:
Serializable
Exception which can be thrown during a merge.
- See Also:
-
Constructor Summary
ConstructorDescriptionMergeException
(String message) ConstructorMergeException
(Throwable cause) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MergeException
Constructor- Parameters:
message
- The detail message
-
MergeException
Constructor- Parameters:
cause
- The cause
-