All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.common.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.


Variable Index

 o target
The embedded exception

Constructor Index

 o CommunicationException(String)
 o CommunicationException(Throwable)

Method Index

 o getTargetException()
Returns the thrown target exception.

Variables

 o target
 public Throwable target
The embedded exception

Constructors

 o CommunicationException
 public CommunicationException(Throwable ex)
 o CommunicationException
 public CommunicationException(String msg)

Methods

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index