Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.rt.extract.exception
Class ExtractPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.apps.fnd.applseed.rt.common.excep.SDRuntimeException
                  extended by oracle.apps.fnd.applseed.rt.extract.exception.ExtractException
                      extended by oracle.apps.fnd.applseed.rt.extract.exception.ExtractPropertyException
All Implemented Interfaces:
java.io.Serializable

public class ExtractPropertyException
extends ExtractException

Exception thrown on Extract Property data errors.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.apps.fnd.applseed.rt.extract.exception.ExtractException
status
 
Constructor Summary
ExtractPropertyException()
          Default constructor.
ExtractPropertyException(java.lang.String message)
          Constructor for single message param.
ExtractPropertyException(java.lang.String message, java.lang.Throwable cause)
          Constructor for message, throwable cause params.
ExtractPropertyException(java.lang.Throwable cause)
          Constructor for cause param.
 
Method Summary
 
Methods inherited from class oracle.apps.fnd.applseed.rt.extract.exception.ExtractException
getStatus
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtractPropertyException

public ExtractPropertyException()
Default constructor.


ExtractPropertyException

public ExtractPropertyException(java.lang.String message)
Constructor for single message param.

Parameters:
message - String message

ExtractPropertyException

public ExtractPropertyException(java.lang.String message,
                                java.lang.Throwable cause)
Constructor for message, throwable cause params.

Parameters:
message - String message
cause - Throwable cause

ExtractPropertyException

public ExtractPropertyException(java.lang.Throwable cause)
Constructor for cause param.

Parameters:
cause - Throwable cause

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.