com.ibm.as400.access

Class NativeErrorCode0100Exception

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.as400.access.NativeErrorCode0100Exception
  • All Implemented Interfaces:
    java.io.Serializable


    public class NativeErrorCode0100Exception
    extends java.lang.Exception
    This class represents an error obtained via an format ERRC0100 errorcode from an OS/400 api. The byte[] data is the compete OS/400 ErrorCode information.

    Information about the OS/400 ErroroCode can be found at http://pic.dhe.ibm.com/infocenter/iseries/v6r1m0/topic/apiref/error.htm

    See Also:
    Serialized Form
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void throwMappedException(Converter converter)
      Throws the corresponding toolbox exception for the current exception.
      • 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