java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.ConnectionAbortedException
- All Implemented Interfaces:
Serializable
The exception that is thrown when an operation fails because the connection has been aborted.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
Indicates whether the connection was closed by the application. -
Constructor Summary
ConstructorsConstructorDescriptionConnectionAbortedException
(String message, boolean closedByApplication) Constructs a ConnectionAbortedException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
closedByApplication
public final boolean closedByApplicationIndicates whether the connection was closed by the application.
-
-
Constructor Details
-
ConnectionAbortedException
Constructs a ConnectionAbortedException.- Parameters:
message
- the detail messageclosedByApplication
- indicates whether the connection was closed by the application
-
-
Method Details
-
ice_id
Description copied from class:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classLocalException
- Returns:
- the type ID of this exception
-