com.ibm.as400.access

Class ErrnoException

  • All Implemented Interfaces:
    ReturnCodeException, java.io.Serializable


    public class ErrnoException
    extends AS400Exception
    The ErrnoException class represents an exception that indicates that an errno has been returned by a system API. The AS400Message corresponding to the errno is set, however the load() method must be called to retrieve the text and help.
    See Also:
    Serialized Form
    • Method Detail

      • getErrno

        public int getErrno()