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
public class ImportGlobalFailException extends IOException
An exception which must propagate and stop the global import process.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImportGlobalFailException(String message)
ConstructorImportGlobalFailException(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
-
ImportGlobalFailException
public ImportGlobalFailException(String message)
Constructor- Parameters:
message
- The detail message
-
ImportGlobalFailException
public ImportGlobalFailException(Throwable cause)
Constructor- Parameters:
cause
- The cause
-
-