Module ibm.jzos
Package com.ibm.jzos

Class RcException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EnqueueException

public class RcException extends RuntimeException
Exception class that holds a return code and message resulting from a native call error.
See Also:
  • Constructor Details

    • RcException

      public RcException(String msg, int rc)
  • Method Details