com.ibm.jzos

Class ErrnoException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.ibm.jzos.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()
© Copyright IBM Corporation 2005, 2014.