pt.moredata.dao
Class NullDataSourceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.NullPointerException
                  extended bypt.moredata.dao.NullDataSourceException
All Implemented Interfaces:
java.io.Serializable

public class NullDataSourceException
extends java.lang.NullPointerException

Thrown when an application attempts to use a DataAccessObject without setting the dataSource proprety with a DataSource object. Company MoreData

Version:
$Revision: 1.3 $
Author:
pcarmo
See Also:
Serialized Form

Constructor Summary
NullDataSourceException()
          Constructs a NullDataSourceException with no detail message.
NullDataSourceException(java.lang.String s)
          Constructs a NullDataSourceException with the specified detail message.
 
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

NullDataSourceException

public NullDataSourceException()
Constructs a NullDataSourceException with no detail message.


NullDataSourceException

public NullDataSourceException(java.lang.String s)
Constructs a NullDataSourceException with the specified detail message.

Parameters:
s - the detail message.