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
Provides an exception indicating that an import archive could not be validated.
- See Also:
-
Constructor Summary
ConstructorDescriptionImportValidationException
(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 Details
-
ImportValidationException
Create a new import validation exception- Parameters:
message
- the detail message
-