File
Doc
Category
Size
Date
Package
RequestCanceledException.java
API Doc
Java SE 5 API
572
Fri Aug 26 14:54:30 BST 2005
com.sun.corba.se.impl.protocol
RequestCanceledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
public class RequestCanceledException extends RuntimeException
If this exception is caught explicitly, this need to be rethrown.
Fields Summary
private int
requestId
Constructors Summary
public RequestCanceledException
(
int
requestId)
this.requestId = requestId;
Methods Summary
public
int
getRequestId
()
return this.requestId;
Java Code Source