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