public class EnqueueException extends RcException
Enqueue
and its native code.
This is a no-value-add subclass of RcException, but is useful for distinguishing Enqueue exceptions from other RcExceptions.
Enqueue
was changed to throw these rather
than RcExceptions, but the Enqueue method prototypes still specify RcException,
so as not to change the interface and break existing client code.Constructor and Description |
---|
EnqueueException(java.lang.String msg,
int rc)
Construct an instance
|
getMessage, getRc