Package com.zeroc.Ice

Class ConnectionManuallyClosedException

All Implemented Interfaces:
Serializable, Cloneable

public class ConnectionManuallyClosedException extends LocalException
This exception is raised by an operation call if the application closes the connection locally using Connection.close(com.zeroc.Ice.ConnectionClose).
See Also:
  • Field Details

    • graceful

      public boolean graceful
      True if the connection was closed gracefully, false otherwise.
  • Constructor Details

    • ConnectionManuallyClosedException

      public ConnectionManuallyClosedException()
    • ConnectionManuallyClosedException

      public ConnectionManuallyClosedException(Throwable cause)
    • ConnectionManuallyClosedException

      public ConnectionManuallyClosedException(boolean graceful)
    • ConnectionManuallyClosedException

      public ConnectionManuallyClosedException(boolean graceful, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Specified by:
      ice_id in class Exception
      Returns:
      The type id of this exception.