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

E22564-02

oracle.apps.fnd.applseed.rt.loader.exception
Class SDLoaderFatalException

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.loader.exception.SDLoaderFatalException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SDDBFatalException, SDDriverInitException, SDReconnectRequiredException

public class SDLoaderFatalException
extends SDRuntimeException

Exception reported when data upload fails on a data row. Exception is a fatal one and results in stopping of the Seed upload.

See Also:
Serialized Form

Constructor Summary
SDLoaderFatalException()
           
SDLoaderFatalException(java.lang.String message)
           
SDLoaderFatalException(java.lang.String message, java.lang.Throwable cause)
           
SDLoaderFatalException(java.lang.Throwable cause)
           
 
Method Summary
 
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

SDLoaderFatalException

public SDLoaderFatalException()

SDLoaderFatalException

public SDLoaderFatalException(java.lang.String message)
Parameters:
message - @inheritDoc

SDLoaderFatalException

public SDLoaderFatalException(java.lang.String message,
                              java.lang.Throwable cause)
Parameters:
message - @inheritDoc
cause - @inheritDoc

SDLoaderFatalException

public SDLoaderFatalException(java.lang.Throwable cause)
Parameters:
cause - @inheritDoc

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

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.