Business Components

oracle.jbo.common
Class PiggybackExceptionEntry

java.lang.Object
  |
  +--oracle.jbo.common.PiggybackExceptionEntry

public class PiggybackExceptionEntry
extends java.lang.Object
implements PiggybackEntry

This class is a helper class for serializing array of objects

Version:
SDK
See Also:
Serialized Form

Constructor Summary
PiggybackExceptionEntry(java.lang.Exception ex)
           
PiggybackExceptionEntry(int rsiId, int rowId, int colIndex, java.lang.Exception e)
           
PiggybackExceptionEntry(JboWarning warn)
           
 
Method Summary
 int getId()
           
 int getIndex()
           
 JboMessage getMsgObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PiggybackExceptionEntry

public PiggybackExceptionEntry(java.lang.Exception ex)

PiggybackExceptionEntry

public PiggybackExceptionEntry(JboWarning warn)

PiggybackExceptionEntry

public PiggybackExceptionEntry(int rsiId,
                               int rowId,
                               int colIndex,
                               java.lang.Exception e)
Method Detail

getId

public int getId()
Specified by:
getId in interface PiggybackEntry

getIndex

public int getIndex()

getMsgObject

public JboMessage getMsgObject()

Business Components