Package org.iqtig.packer.shared.error
Class Errors.TPackerFileValidationFailed
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.iqtig.packer.shared.error.ValidationErrorException
-
- org.iqtig.packer.shared.error.Errors.TPackerFileValidationFailed
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Errors
public static class Errors.TPackerFileValidationFailed extends ValidationErrorException
"Die mit Transportverschlüsselung zu versehende Datei konnte nicht validiert werden."- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Errors.TPackerFileValidationFailedcreateInstance()Creates instance of TPackerFileValidationFailed with message "Die mit Transportverschlüsselung zu versehende Datei konnte nicht validiert werden."-
Methods inherited from class org.iqtig.packer.shared.error.ValidationErrorException
getErrorMessage, getId, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
createInstance
public static Errors.TPackerFileValidationFailed createInstance()
Creates instance of TPackerFileValidationFailed with message "Die mit Transportverschlüsselung zu versehende Datei konnte nicht validiert werden."- Returns:
- die spezifische ValidationErrorException
-
-