Skip navigation links

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

E12853-02


oracle.imaging
Class InputAgentException

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

All Implemented Interfaces:
java.io.Serializable

public class InputAgentException
extends ImagingException
implements java.io.Serializable
See Also:
Serialized Form

Nested Class Summary

 

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

 

Field Summary

 

Fields inherited from class oracle.imaging.ImagingException
faultInfo

 

Constructor Summary
InputAgentException(ImagingException imgException)
           
InputAgentException(java.lang.String exceptionCode)
           
InputAgentException(java.lang.String exceptionCode, java.lang.Object... args)
           
InputAgentException(java.lang.String exceptionCode, java.lang.Throwable cause)
           
InputAgentException(java.lang.String exceptionCode, java.lang.Throwable cause, java.lang.Object... args)
           

 

Method Summary
 ImagingException convertToImagingException(java.util.Locale userLocale)
           

 

Methods inherited from class oracle.imaging.ImagingException
getDetailedMessage, getErrorMessage, getExceptionCode, getExceptionLabel, getFaultDetails, getFaultInfo, 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

InputAgentException

public InputAgentException(ImagingException imgException)

InputAgentException

public InputAgentException(java.lang.String exceptionCode)

InputAgentException

public InputAgentException(java.lang.String exceptionCode,
                           java.lang.Throwable cause)

InputAgentException

public InputAgentException(java.lang.String exceptionCode,
                           java.lang.Object... args)

InputAgentException

public InputAgentException(java.lang.String exceptionCode,
                           java.lang.Throwable cause,
                           java.lang.Object... args)

Method Detail

convertToImagingException

public ImagingException convertToImagingException(java.util.Locale userLocale)

Skip navigation links

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

E12853-02


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.