All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.util.servlet.RowDataException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.ibm.as400.util.servlet.RowDataException
- public class RowDataException
- extends Exception
The RowDataException class represents an exception which indicates
that a problem occurred when working with the row data.
-
getException()
- Returns the original exception.
getException
public Exception getException()
- Returns the original exception.
- Returns:
- The exception.
All Packages Class Hierarchy This Package Previous Next Index