pt.moredata.dao
Class AmbiguousTableException

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

public class AmbiguousTableException
extends java.lang.RuntimeException

This is an exception that is thrown whenever a method that do not specified a table name is executed in a multiple table DataAccessObject. Company MoreData

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

Constructor Summary
AmbiguousTableException()
          Creates a new instance of AmbiguousTableException
AmbiguousTableException(java.lang.String message)
          Creates a new instance of AmbiguousTableException
 
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

AmbiguousTableException

public AmbiguousTableException()
Creates a new instance of AmbiguousTableException


AmbiguousTableException

public AmbiguousTableException(java.lang.String message)
Creates a new instance of AmbiguousTableException

Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.