Package com.sun.corba.ee.impl.protocol
Class RequestCanceledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sun.corba.ee.impl.protocol.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
-
Constructor Summary
Constructors Constructor Description RequestCanceledException(int requestId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRequestId()
-