com.sun.jaw.reference.common
Class CommunicationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sun.jaw.reference.common.JawRuntimeException
                          |
                          +--com.sun.jaw.reference.common.CommunicationException

public class CommunicationException
extends JawRuntimeException

This class represents exceptions raised due to communications problems, for example when a managed object server is out of reach.

See Also:
Serialized Form

Field Summary
 java.lang.Throwable target
          The embedded exception
 
Constructor Summary
CommunicationException(java.lang.String msg)
           
CommunicationException(java.lang.Throwable ex)
           
 
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

CommunicationException

public CommunicationException(java.lang.Throwable ex)

CommunicationException

public CommunicationException(java.lang.String msg)
Method Detail

getTargetException

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