com.ibm.as400.util.servlet
Class RowDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.as400.util.servlet.RowDataException
- All Implemented Interfaces:
- Serializable
public class RowDataException
extends Exception
The RowDataException class represents an exception which indicates
that a problem occurred when working with the row data.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RowDataException
public RowDataException(Exception exception)
- Constructs a RowDataException.
- Parameters:
exception
- The exception.
getException
public Exception getException()
- Returns the original exception.
- Returns:
- The exception.