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.Exception

The RowDataException class represents an exception which indicates that a problem occurred when working with the row data.

See Also:
Serialized Form

Constructor Summary
RowDataException(java.lang.Exception exception)
          Constructs a RowDataException.
 
Method Summary
 java.lang.Exception getException()
          Returns the original exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowDataException

public RowDataException(java.lang.Exception exception)
Constructs a RowDataException.
Parameters:
exception - The exception.
Method Detail

getException

public java.lang.Exception getException()
Returns the original exception.
Returns:
The exception.