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:
- java.io.Serializable
public class RowDataException extends java.lang.ExceptionThe RowDataException class represents an exception which indicates that a problem occurred when working with the row data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description RowDataException(java.lang.Exception exception)Constructs a RowDataException.
-
Method Summary
Methods Modifier and Type Method and Description java.lang.ExceptiongetException()Returns the original exception.
-