- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.jzos.RcException
-
- com.ibm.jzos.EnqueueException
-
- All Implemented Interfaces:
java.io.Serializable
public class EnqueueException extends RcException
Exception class thrown by classEnqueue
and its native code.This is a no-value-add subclass of RcException, but is useful for distinguishing Enqueue exceptions from other RcExceptions.
- Since:
- 2.4.0
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. - See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnqueueException​(java.lang.String msg, int rc)
Construct an instance
-
Method Summary
-
Methods inherited from class com.ibm.jzos.RcException
getMessage, getRc
-
-