Module ibm.jzos
Package com.ibm.jzos

Class ErrnoException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ErrnoException
    extends java.lang.RuntimeException
    Exception class that holds the errno and errno2 information resulting from a native call error.
    See Also:
    Serialized Form
    • Constructor Detail

      • ErrnoException

        public ErrnoException​(java.lang.String errnoMsg,
                              int errno,
                              int errno2)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getErrno

        public int getErrno()
      • getErrno2

        public int getErrno2()
      • getReasonCode

        public int getReasonCode()