com.ibm.as400.util.servlet
Class RowDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

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

Constructor Detail

RowDataException

public RowDataException(Exception exception)
Constructs a RowDataException.

Parameters:
exception - The exception.
Method Detail

getException

public Exception getException()
Returns the original exception.

Returns:
The exception.