Skip navigation links 
 
oracle.iam.selfservice.exception
Class ValidationFailedException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.iam.platform.utils.SuperException
              
oracle.iam.selfservice.exception.AuthSelfServiceException
                  
oracle.iam.selfservice.exception.ValidationFailedException
- All Implemented Interfaces:
 
- java.io.Serializable, oracle.iam.platform.utils.io.XmlPrintable, OIMGenericExceptionIntf
 
- 
public class ValidationFailedException
 
- extends AuthSelfServiceException
 
Thrown if the data validation fails while performing the operation.
- See Also:
 
- Serialized Form
 
 
| Constructor Summary | 
ValidationFailedException() 
          Constructs a ValidationFailedException with null as its detail message. | 
ValidationFailedException(java.lang.String message) 
          Constructs a ValidationFailedException with the specified detail message. | 
ValidationFailedException(java.lang.String message, java.lang.String errorCode, java.lang.String[] params) 
          Constructs a ValidationFailedException with the specified message, errorCode and params. | 
ValidationFailedException(java.lang.String message, java.lang.String errorCode, java.lang.String[] params, java.lang.Throwable cause) 
          Constructs a ValidationFailedException with the specified message, errorCode and params. | 
ValidationFailedException(java.lang.String message, java.lang.Throwable cause) 
          Constructs a ValidationFailedException with the specified detail message and cause. | 
ValidationFailedException(java.lang.Throwable cause) 
          Constructs a ValidationFailedException with the specified cause. | 
  
 
 
 
| Methods inherited from class oracle.iam.platform.utils.SuperException | 
getLocalizedMessages, getMessages, xprint, xprint | 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
ValidationFailedException
public ValidationFailedException()
- Constructs a 
ValidationFailedException with null as its detail message. 
ValidationFailedException
public ValidationFailedException(java.lang.String message)
- Constructs a 
ValidationFailedException with the specified detail message.
- Parameters:
 
message - the detail message 
 
ValidationFailedException
public ValidationFailedException(java.lang.String message,
                                 java.lang.Throwable cause)
- Constructs a 
ValidationFailedException with the specified detail message and cause.
- Parameters:
 
message - the detail message 
cause - the cause 
 
ValidationFailedException
public ValidationFailedException(java.lang.Throwable cause)
- Constructs a 
ValidationFailedException with the specified cause.
- Parameters:
 
cause - the cause 
 
ValidationFailedException
public ValidationFailedException(java.lang.String message,
                                 java.lang.String errorCode,
                                 java.lang.String[] params)
- Constructs a 
ValidationFailedException with the specified message, errorCode and params.
- Parameters:
 
message - the detail message 
errorCode - the eror code for the message 
params - the parameters to fill in the error message. 
 
ValidationFailedException
public ValidationFailedException(java.lang.String message,
                                 java.lang.String errorCode,
                                 java.lang.String[] params,
                                 java.lang.Throwable cause)
- Constructs a 
ValidationFailedException with the specified message, errorCode and params.
- Parameters:
 
message - the detail message 
errorCode - the eror code for the message 
params - the parameters to fill in the error message. 
cause - the cause 
 
Skip navigation links 
 
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.