Class OperationCancelledException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class OperationCancelledException
    extends Exception
                        

    The exception that should be thrown when a time-consuming operation in the SDK was canceled by the user due to a timeout or any other reason.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OperationCancelledException

        OperationCancelledException()
    • Method Detail