com.jdbwc.exceptions
Class NullObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by com.jdbwc.exceptions.DataException
                  extended by com.jdbwc.exceptions.NullObjectException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

public class NullObjectException
extends DataException

See Also:
Serialized Form

Constructor Summary
NullObjectException()
           
NullObjectException(java.lang.String reason)
           
NullObjectException(java.lang.String reason, java.lang.String SQLState)
           
NullObjectException(java.lang.String reason, java.lang.String SQLState, int vendorCode)
           
 
Method Summary
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
 
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

NullObjectException

public NullObjectException()

NullObjectException

public NullObjectException(java.lang.String reason)

NullObjectException

public NullObjectException(java.lang.String reason,
                           java.lang.String SQLState)

NullObjectException

public NullObjectException(java.lang.String reason,
                           java.lang.String SQLState,
                           int vendorCode)