Class FileUploadContentValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.web.component.input.ImageSanitizationException
com.evolveum.midpoint.web.component.input.validator.FileUploadContentValidationException
- All Implemented Interfaces:
Serializable
Content-validation failure with a structured reason for UI message selection.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFileUploadContentValidationException(FileUploadContentValidationException.Reason reason, String message) FileUploadContentValidationException(FileUploadContentValidationException.Reason reason, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileUploadContentValidationException
public FileUploadContentValidationException(FileUploadContentValidationException.Reason reason, String message) -
FileUploadContentValidationException
public FileUploadContentValidationException(FileUploadContentValidationException.Reason reason, String message, Throwable cause)
-
-
Method Details
-
getReason
-