org.freecompany.brimstone.core
Class URIGoneException

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.URIGoneException
All Implemented Interfaces:
java.io.Serializable

public class URIGoneException
extends URIResolutionException

See Also:
Serialized Form

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

URIGoneException

public URIGoneException()

URIGoneException

public URIGoneException(java.lang.String message)

URIGoneException

public URIGoneException(java.lang.Throwable cause)

URIGoneException

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