org.opennms.netmgt.dao.db
Class BackupTablesFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.netmgt.dao.db.BackupTablesFoundException
All Implemented Interfaces:
Serializable

public class BackupTablesFoundException
extends Exception

BackupTablesFoundException class.

Version:
$Id: $
Author:
ranger
See Also:
Serialized Form

Constructor Summary
BackupTablesFoundException(List<String> oldTables)
          Constructor for BackupTablesFoundException.
 
Method Summary
 List<String> getOldTables()
          getOldTables
 String toString()
          toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackupTablesFoundException

public BackupTablesFoundException(List<String> oldTables)

Constructor for BackupTablesFoundException.

Parameters:
oldTables - a List object.
Method Detail

getOldTables

public List<String> getOldTables()

getOldTables

Returns:
a List object.

toString

public String toString()

toString

Overrides:
toString in class Throwable
Returns:
a String object.


Copyright © 2011. All Rights Reserved.