javax.management.remote.generic
Class ConnectionClosedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjavax.management.remote.generic.ConnectionClosedException
All Implemented Interfaces:
Serializable

public class ConnectionClosedException
extends IOException

Thrown by a connection server when it receives a request for a connection that it has decided to close. The client reacts by opening a new connection. This reconnection happens inside the connector client. User code should never see this exception.

See Also:
Serialized Form

Constructor Summary
ConnectionClosedException()
          Constructs a ConnectionClosedException with null as its error detail message.
ConnectionClosedException(String msg)
          Constructs a ConnectionClosedException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionClosedException

public ConnectionClosedException()

Constructs a ConnectionClosedException with null as its error detail message.


ConnectionClosedException

public ConnectionClosedException(String msg)

Constructs a ConnectionClosedException with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class java.lang.Throwable.

Parameters:
msg - the detail message.

JMX Remote API Specification 1.0 Final Release
Generated from RI build jmxremote-1_0_1_03-b57.1 2005.02.08_17:20:23_MET

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