Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


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
EXCEPTION_LOGGER, faultInfo

 

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

 

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

 

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

 

Constructor Detail

InputAgentException

public InputAgentException(ImagingException imgException)

InputAgentException

public InputAgentException(java.util.Locale locale,
                           java.lang.String exceptionCode)

InputAgentException

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

InputAgentException

public InputAgentException(java.util.Locale locale,
                           java.lang.String exceptionCode,
                           java.lang.String... args)

InputAgentException

public InputAgentException(java.util.Locale locale,
                           java.lang.String exceptionCode,
                           java.lang.Throwable cause,
                           java.lang.String... args)

Method Detail

convertToImagingException

public ImagingException convertToImagingException(java.util.Locale userLocale)

Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


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