Package com.zeroc.Ice

Class InvocationCanceledException

All Implemented Interfaces:
Serializable, Cloneable

public class InvocationCanceledException extends LocalException
This exception indicates that an asynchronous invocation failed because it was canceled explicitly by the user.
See Also:
  • Constructor Details

    • InvocationCanceledException

      public InvocationCanceledException()
    • InvocationCanceledException

      public InvocationCanceledException(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.