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:
java.io.Serializable

public class ConnectionClosedException
extends java.io.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(java.lang.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(java.lang.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 01-ea
opendmk-1.0-b01-ea 2010.10.20_19:39:55_UTC

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