|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException javax.management.remote.generic.ConnectionClosedException
public class ConnectionClosedException
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.
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 |
---|
public ConnectionClosedException()
Constructs a ConnectionClosedException
with
null
as its error detail message.
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
.
msg
- the detail message.
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |