com.ibm.as400.access
Class ErrnoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.as400.access.ErrorCompletingRequestException
              extended by com.ibm.as400.access.AS400Exception
                  extended by com.ibm.as400.access.ErrnoException
All Implemented Interfaces:
ReturnCodeException, 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

Field Summary
 
Fields inherited from class com.ibm.as400.access.ErrorCompletingRequestException
AS400_ERROR, EXIT_POINT_PROCESSING_ERROR, EXIT_PROGRAM_CALL_ERROR, EXIT_PROGRAM_DENIED_REQUEST, EXIT_PROGRAM_ERROR, EXIT_PROGRAM_NOT_FOUND, EXIT_PROGRAM_NUMBER_NOT_VALID, EXIT_PROGRAM_RESOLVE_ERROR, LENGTH_NOT_VALID, SPOOLED_FILE_NO_MESSAGE_WAITING, UNKNOWN, WRITER_JOB_ENDED
 
Method Summary
 int getErrno()
           
 
Methods inherited from class com.ibm.as400.access.AS400Exception
getAS400Message, getAS400MessageList
 
Methods inherited from class com.ibm.as400.access.ErrorCompletingRequestException
getReturnCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getErrno

public int getErrno()