Class RequestCanceledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.corba.ee.impl.protocol.RequestCanceledException
All Implemented Interfaces:
Serializable

public class RequestCanceledException extends RuntimeException
If this exception is caught explicitly, this need to be rethrown.
See Also:
  • Field Details

    • requestId

      private int requestId
  • Constructor Details

    • RequestCanceledException

      public RequestCanceledException(int requestId)
  • Method Details

    • getRequestId

      public int getRequestId()