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

      Constructors 
      Constructor and Description
      RowDataException(java.lang.Exception exception)
      Constructs a RowDataException.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.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(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.