com.ibm.pim.exceptions
Class PIMUndefinedValueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.pim.exceptions.PIMException
              extended bycom.ibm.pim.exceptions.PIMSearchException
                  extended bycom.ibm.pim.exceptions.PIMUndefinedValueException
All Implemented Interfaces:
java.io.Serializable

public class PIMUndefinedValueException
extends PIMSearchException

This exception can be used when there is no value(null value) for particular column in a row of a result set.

See Also:
Serialized Form

Field Summary
static java.lang.String copyright
           
 
Constructor Summary
PIMUndefinedValueException(java.lang.String message)
           
PIMUndefinedValueException(java.lang.String message, java.lang.Throwable cause)
           
 
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
 

Field Detail

copyright

public static final java.lang.String copyright
See Also:
Constant Field Values
Constructor Detail

PIMUndefinedValueException

public PIMUndefinedValueException(java.lang.String message)
Parameters:
message -

PIMUndefinedValueException

public PIMUndefinedValueException(java.lang.String message,
                                  java.lang.Throwable cause)
Parameters:
message -
cause -