org.archiviststoolkit.structure
Class TableNotConfiguredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.archiviststoolkit.structure.TableNotConfiguredException
All Implemented Interfaces:
java.io.Serializable

public class TableNotConfiguredException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
TableNotConfiguredException()
           
TableNotConfiguredException(java.lang.String message)
           
TableNotConfiguredException(java.lang.String message, java.lang.Throwable cause)
           
TableNotConfiguredException(java.lang.Throwable cause)
           
 
Method Summary
 
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

TableNotConfiguredException

public TableNotConfiguredException()

TableNotConfiguredException

public TableNotConfiguredException(java.lang.String message)

TableNotConfiguredException

public TableNotConfiguredException(java.lang.String message,
                                   java.lang.Throwable cause)

TableNotConfiguredException

public TableNotConfiguredException(java.lang.Throwable cause)