java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.jzos.RcException
com.ibm.jzos.EnqueueException
- All Implemented Interfaces:
Serializable
Exception class thrown by class
Enqueue 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
Enqueuewas 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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ibm.jzos.RcException
getMessage, getRcMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EnqueueException
Construct an instance- Parameters:
msg- the messagerc- the return code
-