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 booleanIndicates 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-trueif the connection was aborted by the application,falseif the connection was aborted by the Ice runtime.
-
-
Method Details
-
ice_id
Description copied from class:LocalExceptionReturns the type ID of this exception.- Overrides:
ice_idin classLocalException- Returns:
- the type ID of this exception
-