Class ValidationFailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.security.wim.exception.WIMException
com.ibm.wsspi.security.wim.exception.WIMApplicationException
com.ibm.wsspi.security.wim.exception.ValidationFailException
- All Implemented Interfaces:
Serializable
vmm application exception to indicate that validation of the
the request failed.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates the Validation Fail ExceptionValidationFailException
(String key, String message) Creates the Validation Fail ExceptionValidationFailException
(String key, String message, Throwable cause) Creates the Validation Fail ExceptionValidationFailException
(Throwable cause) Creates the Validation Fail Exception -
Method Summary
Methods inherited from class com.ibm.wsspi.security.wim.exception.WIMException
getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationFailException
public ValidationFailException()Creates the Validation Fail Exception -
ValidationFailException
Creates the Validation Fail Exception- Parameters:
message
- The message or message key of the exception.
-
ValidationFailException
Creates the Validation Fail Exception- Parameters:
message
- The message or message key of the exception.cause
- The cause of the exception.
-
ValidationFailException
Creates the Validation Fail Exception- Parameters:
cause
- The cause of the exception.
-