org.archiviststoolkit.mydomain
Class LookupException

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

public class LookupException
extends java.lang.Exception

Returned when we couldnt find a domain instance.

See Also:
Serialized Form

Constructor Summary
LookupException(java.lang.String message)
          Constructor for construction of a new persistence exception.
LookupException(java.lang.String message, java.lang.Throwable cause)
          Constructor for wrapping internal exceptions.
 
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

LookupException

public LookupException(java.lang.String message,
                       java.lang.Throwable cause)
Constructor for wrapping internal exceptions.

Parameters:
message - string for human consumption
cause - the original exception which caused this one

LookupException

public LookupException(java.lang.String message)
Constructor for construction of a new persistence exception.

Parameters:
message - string for human consumption