pt.moredata.dao
Class DuplicatedTableNameException

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

public class DuplicatedTableNameException
extends java.lang.RuntimeException

This Exception is throw when a duplicated table name is found. Company MoreData

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

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

DuplicatedTableNameException

public DuplicatedTableNameException(java.lang.String tableName)
Creates a new instance of DuplicatedTableNameException

Parameters:
tableName - The table name.