Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdeveloper.offlinedb.handler
Class HandlerFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.javatools.db.DBException
              extended by oracle.jdeveloper.offlinedb.handler.HandlerFailedException

All Implemented Interfaces:
java.io.Serializable

public class HandlerFailedException
extends DBException

Subclass of DBException used by the offline handlers. If the handling of a given action fails, then this exception is thrown from the handle method to alert the caller that no action was performed.

See Also:
Serialized Form

Constructor Summary
HandlerFailedException()
           

 

Method Summary

 

Methods inherited from class oracle.javatools.db.DBException
getNextException, getObject, setNextException

 

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

HandlerFailedException

public HandlerFailedException()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.