Skip navigation links 
 
oracle.imaging
Class ValidationException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           oracle.imaging.ImagingException
oracle.imaging.ImagingException
               oracle.imaging.ValidationException
oracle.imaging.ValidationException
- All Implemented Interfaces:
- java.io.Serializable
- 
@WebFault
public class ValidationException
 
- extends ImagingException
- See Also:
- Serialized Form
 
 
  
 
 
  
 
  
 
 
| Methods inherited from class oracle.imaging.ImagingException | 
| generateStackTraceId, getDetailedMessage, getErrorMessage, getExceptionCode, getExceptionLabel, getFaultDetails, getFaultType, getLocalizedMessage, getStackTraceId, logException, toString | 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
ValidationException
public ValidationException(java.lang.String message,
                           ValidationException.ValidationFaultInfo faultInfo)
- Constructor required by the JSR 224 @WebFault specification. It should only be called by the JAX-WS infrastructure to map this exception to and from a SOAPFault. Although required to be public, this method should not be called directly.
- Parameters:
- message- The message text for the exception
- faultInfo- The @WebFault fault info payload
 
ValidationException
public ValidationException(java.lang.String message,
                           ValidationException.ValidationFaultInfo faultInfo,
                           java.lang.Throwable cause)
- Constructor required by the JSR 224 @WebFault specification. It should only be called by the JAX-WS infrastructure to map this exception to and from a SOAPFault. Although required to be public, this method should not be called directly.
- Parameters:
- message- The message text for the exception
- faultInfo- The @WebFault fault info payload
- cause- A- Throwableto be encapsulated by this exception
 
ValidationException
public ValidationException(java.util.List<ValidationError> validationErrors)
ValidationException
public ValidationException(ValidationError validationError)
getFaultInfo
public ValidationException.ValidationFaultInfo getFaultInfo()
- Accessor method required by the JSR 224 @WebFault specification. It should only be called by the JAX-WS infrastructure to map this exception to and from a SOAPFault. Although required to be public, this method should not be called directly.
- 
- Overrides:
- getFaultInfoin class- ImagingException
 
- 
- Returns:
- The fault info payload
 
getValidationErrors
public java.util.List<ValidationError> getValidationErrors()
Skip navigation links 
 
Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.