Package com.zeroc.Ice
Class ConnectionManuallyClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.ConnectionManuallyClosedException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception is raised by an operation call if the application
closes the connection locally using
Connection.close(com.zeroc.Ice.ConnectionClose)
.-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
True if the connection was closed gracefully, false otherwise. -
Constructor Summary
ConstructorsConstructorDescriptionConnectionManuallyClosedException
(boolean graceful) ConnectionManuallyClosedException
(boolean graceful, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
graceful
public boolean gracefulTrue if the connection was closed gracefully, false otherwise.
-
-
Constructor Details
-
ConnectionManuallyClosedException
public ConnectionManuallyClosedException() -
ConnectionManuallyClosedException
-
ConnectionManuallyClosedException
public ConnectionManuallyClosedException(boolean graceful) -
ConnectionManuallyClosedException
-
-
Method Details