public class NativeErrorCode0100Exception
extends java.lang.Exception
Information about the OS/400 ErroroCode can be found at http://pic.dhe.ibm.com/infocenter/iseries/v6r1m0/topic/apiref/error.htm
Constructor and Description |
---|
NativeErrorCode0100Exception(byte[] data) |
Modifier and Type | Method and Description |
---|---|
void |
throwMappedException(Converter converter)
Throws the corresponding toolbox exception for the current exception.
|
public void throwMappedException(Converter converter) throws ObjectDoesNotExistException, AS400SecurityException, AS400Exception
converter
- ObjectDoesNotExistException
- If the object does not exist.AS400SecurityException
- If a security or authority error occurs.AS400Exception
- If an error occurs.