com.ibm.as400.util.servlet
Class RowDataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.as400.util.servlet.RowDataException

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

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
 

Method Detail

getException

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