Class RequestCanceledException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RequestCanceledException
    extends java.lang.RuntimeException
    If this exception is caught explicitly, this need to be rethrown.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int requestId  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getRequestId()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • requestId

        private int requestId
    • Constructor Detail

      • RequestCanceledException

        public RequestCanceledException​(int requestId)
    • Method Detail

      • getRequestId

        public int getRequestId()