Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.javatools.util.deferred
Class Thunk.ThunkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.javatools.util.deferred.Thunk.ThunkException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Thunk<T>

public static class Thunk.ThunkException
extends java.lang.RuntimeException

A unchecked excpetions that thunks can use to communicate with the outside world.

See Also:
Serialized Form

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

Thunk.ThunkException

public Thunk.ThunkException(java.lang.Throwable cause)

Thunk.ThunkException

public Thunk.ThunkException(java.lang.String message,
                            java.lang.Throwable cause)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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