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:
- java.io.Serializable
 
 public class ValidationFailException extends WIMApplicationException vmm application exception to indicate that validation of the the request failed.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ValidationFailException()Creates the Validation Fail ExceptionValidationFailException(java.lang.String key, java.lang.String message)Creates the Validation Fail ExceptionValidationFailException(java.lang.String key, java.lang.String message, java.lang.Throwable cause)Creates the Validation Fail ExceptionValidationFailException(java.lang.Throwable cause)Creates the Validation Fail Exception
 - 
Method Summary- 
Methods inherited from class com.ibm.wsspi.security.wim.exception.WIMExceptiongetMessageKey
 
- 
 
- 
- 
- 
Constructor Detail- 
ValidationFailExceptionpublic ValidationFailException() Creates the Validation Fail Exception
 - 
ValidationFailExceptionpublic ValidationFailException(java.lang.String key, java.lang.String message)Creates the Validation Fail Exception- Parameters:
- message- The message or message key of the exception.
 
 - 
ValidationFailExceptionpublic ValidationFailException(java.lang.String key, java.lang.String message, java.lang.Throwable cause)Creates the Validation Fail Exception- Parameters:
- message- The message or message key of the exception.
- cause- The cause of the exception.
 
 - 
ValidationFailExceptionpublic ValidationFailException(java.lang.Throwable cause) Creates the Validation Fail Exception- Parameters:
- cause- The cause of the exception.
 
 
- 
 
-