org.archiviststoolkit.exceptions
Class UnknownLookupListException

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

public class UnknownLookupListException
extends java.lang.Exception

See Also:
Serialized Form

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

UnknownLookupListException

public UnknownLookupListException()

UnknownLookupListException

public UnknownLookupListException(java.lang.String message)

UnknownLookupListException

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

UnknownLookupListException

public UnknownLookupListException(java.lang.Throwable cause)