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
public class MergeException extends ImportGlobalFailException
Exception which can be thrown during a merge.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MergeException(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 Detail
-
MergeException
public MergeException(String message)
Constructor- Parameters:
message
- The detail message
-
MergeException
public MergeException(Throwable cause)
Constructor- Parameters:
cause
- The cause
-
-