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
 
Constructor Summary
LocalException(java.lang.Throwable ex)
           
LocalException(java.lang.Throwable ex, java.lang.String msg)
           
 
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
 

Field Detail

target

public java.lang.Throwable target
The embedded exception
Constructor Detail

LocalException

public LocalException(java.lang.Throwable ex)

LocalException

public LocalException(java.lang.Throwable ex,
                      java.lang.String msg)
Method Detail

getTargetException

public java.lang.Throwable getTargetException()
Returns the thrown target exception.