org.webmacro
Class NotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.webmacro.RethrowableException
                    |
                    +--org.webmacro.WebMacroException
                          |
                          +--org.webmacro.ResourceException
                                |
                                +--org.webmacro.NotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NotFoundException
extends ResourceException

You asked for something that is not currently available.

See Also:
Serialized Form

Constructor Summary
NotFoundException(java.lang.String reason)
           
NotFoundException(java.lang.String reason, java.lang.Exception e)
           
 
Methods inherited from class org.webmacro.RethrowableException
getCaught, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotFoundException

public NotFoundException(java.lang.String reason,
                         java.lang.Exception e)

NotFoundException

public NotFoundException(java.lang.String reason)