org.freecompany.brimstone.core
Class URINotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.freecompany.brimstone.core.URIResolutionException
                  extended by org.freecompany.brimstone.core.URINotFoundException
All Implemented Interfaces:
java.io.Serializable

public class URINotFoundException
extends URIResolutionException

See Also:
Serialized Form

Constructor Summary
URINotFoundException()
           
URINotFoundException(java.lang.String message)
           
URINotFoundException(java.lang.String message, java.lang.Throwable cause)
           
URINotFoundException(java.lang.Throwable cause)
           
 
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

URINotFoundException

public URINotFoundException()

URINotFoundException

public URINotFoundException(java.lang.String message)

URINotFoundException

public URINotFoundException(java.lang.Throwable cause)

URINotFoundException

public URINotFoundException(java.lang.String message,
                            java.lang.Throwable cause)