Serializable
public class NativeErrorCode0100Exception extends Exception
Information about the OS/400 ErroroCode can be found at http://pic.dhe.ibm.com/infocenter/iseries/v6r1m0/topic/apiref/error.htm
Constructor | Description |
---|---|
NativeErrorCode0100Exception(byte[] data) |
Modifier and Type | Method | Description |
---|---|---|
void |
throwMappedException(Converter converter) |
Throws the corresponding toolbox exception for the current exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.Copyright © 2025. All rights reserved.