to.etc.domui.trouble
Class ThingyNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by to.etc.domui.trouble.ThingyNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ThingyNotFoundException
extends java.lang.RuntimeException

Causes a 404 error to be sent back to the browser.

Author:
Frits Jalvingh Created on Jun 4, 2008
See Also:
Serialized Form

Constructor Summary
ThingyNotFoundException(java.lang.String message)
           
ThingyNotFoundException(java.lang.String message, java.lang.String details)
           
 
Method Summary
 java.lang.String getDetails()
           
 
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

ThingyNotFoundException

public ThingyNotFoundException(java.lang.String message,
                               java.lang.String details)

ThingyNotFoundException

public ThingyNotFoundException(java.lang.String message)
Method Detail

getDetails

public java.lang.String getDetails()