javax.management.remote.generic
Class ConnectionClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by javax.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.
 
Method Summary
 
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.

Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

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