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
-
-
Constructor Summary
Constructors Constructor and Description NativeErrorCode0100Exception(byte[] data)
-
Method Summary
Methods Modifier and Type Method and Description void
throwMappedException(Converter converter)
Throws the corresponding toolbox exception for the current exception.
-
-
-
Method Detail
-
throwMappedException
public void throwMappedException(Converter converter) throws ObjectDoesNotExistException, AS400SecurityException, AS400Exception
Throws the corresponding toolbox exception for the current exception.- Parameters:
converter
-- Throws:
ObjectDoesNotExistException
- If the object does not exist.AS400SecurityException
- If a security or authority error occurs.AS400Exception
- If an error occurs.
-
-