com.sun.jaw.reference.common
Class 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.
- See Also:
- Serialized Form
Field Summary |
java.lang.Throwable |
target
The embedded exception |
Method Summary |
java.lang.Throwable |
getTargetException()
Returns the thrown target exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
target
public java.lang.Throwable target
- The embedded exception
LocalException
public LocalException(java.lang.Throwable ex)
LocalException
public LocalException(java.lang.Throwable ex,
java.lang.String msg)
getTargetException
public java.lang.Throwable getTargetException()
- Returns the thrown target exception.