de.iai.ilcd.model.dao
Class UnknownDBObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.iai.ilcd.model.dao.UnknownDBObjectException
All Implemented Interfaces:
java.io.Serializable

public class UnknownDBObjectException
extends java.lang.Exception

This exception will be thrown when a lookup operation will fail to find the object to lookup

Author:
clemens.duepmeier
See Also:
Serialized Form

Constructor Summary
UnknownDBObjectException()
          Creates a new instance of UnknownDBObjectException without detail message.
UnknownDBObjectException(java.lang.String msg)
          Constructs an instance of UnknownDBObjectException with the specified detail message.
 
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

UnknownDBObjectException

public UnknownDBObjectException()
Creates a new instance of UnknownDBObjectException without detail message.


UnknownDBObjectException

public UnknownDBObjectException(java.lang.String msg)
Constructs an instance of UnknownDBObjectException with the specified detail message.

Parameters:
msg - the detail message.