com.sun.jdmk.comm
Class CommunicationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.management.JMRuntimeException
                  extended bycom.sun.jdmk.comm.CommunicationException
All Implemented Interfaces:
Serializable

public class CommunicationException
extends JMRuntimeException

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

Version:
1.16 02/11/04
Author:
Sun Microsystems, Inc
See Also:
Serialized Form

Constructor Summary
CommunicationException(String msg)
          Constructs a CommunicationException with a detail message.
CommunicationException(Throwable target)
          Constructs a CommunicationException with a target exception.
CommunicationException(Throwable target, String msg)
          Constructs a CommunicationException with a target exception and a detail message.
 
Method Summary
 Throwable getTargetException()
          Get the thrown target exception.
 void printStackTrace()
          Prints the stack trace of the thrown target exception.
 void printStackTrace(PrintStream ps)
          Prints the stack trace of the thrown target exception to the specified print stream.
 void printStackTrace(PrintWriter pw)
          Prints the stack trace of the thrown target exception to the specified print writer.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommunicationException

public CommunicationException(Throwable target)
Constructs a CommunicationException with a target exception.


CommunicationException

public CommunicationException(Throwable target,
                              String msg)
Constructs a CommunicationException with a target exception and a detail message.


CommunicationException

public CommunicationException(String msg)
Constructs a CommunicationException with a detail message.

Method Detail

getTargetException

public Throwable getTargetException()
Get the thrown target exception.


printStackTrace

public void printStackTrace()
Prints the stack trace of the thrown target exception.


printStackTrace

public void printStackTrace(PrintStream ps)
Prints the stack trace of the thrown target exception to the specified print stream.


printStackTrace

public void printStackTrace(PrintWriter pw)
Prints the stack trace of the thrown target exception to the specified print writer.


FCS Release
jdmk-5_1-b34.1 2005.02.10_16:46:09_MET

Copyright 1998-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.