org.archiviststoolkit.importer
Class ImportBadLookupException

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

public class ImportBadLookupException
extends java.lang.Exception

Created by IntelliJ IDEA. User: leemandell Date: Feb 9, 2006 Time: 11:41:19 AM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

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

ImportBadLookupException

public ImportBadLookupException()

ImportBadLookupException

public ImportBadLookupException(java.lang.String message)

ImportBadLookupException

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

ImportBadLookupException

public ImportBadLookupException(java.lang.Throwable cause)