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.
-
target
- The embedded exception
-
LocalException(Throwable)
-
-
LocalException(Throwable, String)
-
-
getTargetException()
- Returns the thrown target exception.
target
public Throwable target
- The embedded exception
LocalException
public LocalException(Throwable ex)
LocalException
public LocalException(Throwable ex,
String msg)
getTargetException
public Throwable getTargetException()
- Returns the thrown target exception.
All Packages Class Hierarchy This Package Previous Next Index