Skip navigation links

Oracle® Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-01


oracle.imaging
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.imaging.ImagingException
              extended by oracle.imaging.ValidationException

All Implemented Interfaces:
java.io.Serializable

@WebFault
public class ValidationException
extends ImagingException
See Also:
Serialized Form

Nested Class Summary
static class ValidationException.ValidationFaultInfo
           

 

Nested classes/interfaces inherited from class oracle.imaging.ImagingException
ImagingException.LoggingWrapper

 

Field Summary

 

Fields inherited from class oracle.imaging.ImagingException
faultInfo

 

Constructor Summary
ValidationException(java.util.List<ValidationError> validationErrors)
           
ValidationException(java.lang.String message, ValidationException.ValidationFaultInfo faultInfo)
          Constructor required by the JSR 224 @WebFault specification.
ValidationException(java.lang.String message, ValidationException.ValidationFaultInfo faultInfo, java.lang.Throwable cause)
          Constructor required by the JSR 224 @WebFault specification.
ValidationException(ValidationError validationError)
           

 

Method Summary
 ValidationException.ValidationFaultInfo getFaultInfo()
          Accessor method required by the JSR 224 @WebFault specification.
 java.util.List<ValidationError> getValidationErrors()
           

 

Methods inherited from class oracle.imaging.ImagingException
getDetailedMessage, getErrorMessage, getExceptionCode, getExceptionLabel, getFaultDetails, getFaultType, logException, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

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 Throwable to be encapsulated by this exception

ValidationException

public ValidationException(java.util.List<ValidationError> validationErrors)

ValidationException

public ValidationException(ValidationError validationError)

Method Detail

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:
getFaultInfo in class ImagingException
Returns:
The fault info payload

getValidationErrors

public java.util.List<ValidationError> getValidationErrors()

Skip navigation links

Oracle® Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-01


Copyright © 2010, Oracle. All rights reserved.