Package com.avoka.fc.core.util
Class ImportValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.avoka.fc.core.util.ImportValidationException
-
- All Implemented Interfaces:
Serializable
public class ImportValidationException extends Exception
Provides an exception indicating that an import archive could not be validated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImportValidationException(String message)
Create a new import validation exception
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ImportValidationException
public ImportValidationException(String message)
Create a new import validation exception- Parameters:
message
- the detail message
-
-