magoffin.matt.ma2
Class ObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by magoffin.matt.ma2.ObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ObjectNotFoundException
extends java.lang.RuntimeException

Exception thrown when a requested object is not found.

Version:
$Revision: 43 $ $Date: 2007-10-21 11:10:01 +1300 (Sun, 21 Oct 2007) $
Author:
Matt Magoffin (spamsqr@msqr.us)
See Also:
Serialized Form

Constructor Summary
ObjectNotFoundException(java.lang.String message)
          Construct with a message.
ObjectNotFoundException(java.lang.String message, java.lang.Throwable exception)
          Construct with a message and nested exception.
 
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

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String message)
Construct with a message.

Parameters:
message - the message

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String message,
                               java.lang.Throwable exception)
Construct with a message and nested exception.

Parameters:
message - the message
exception - the exception