All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.common.LocalException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.sun.jaw.reference.common.JawException
                           |
                           +----com.sun.jaw.reference.common.LocalException

public class LocalException
extends JawException
This exception is used by AdaptorMO implementations to report client-specific problems.


Variable Index

 o target
The embedded exception

Constructor Index

 o LocalException(Throwable)
 o LocalException(Throwable, String)

Method Index

 o getTargetException()
Returns the thrown target exception.

Variables

 o target
 public Throwable target
The embedded exception

Constructors

 o LocalException
 public LocalException(Throwable ex)
 o LocalException
 public LocalException(Throwable ex,
                       String msg)

Methods

 o getTargetException
 public Throwable getTargetException()
Returns the thrown target exception.


All Packages  Class Hierarchy  This Package  Previous  Next  Index