org.freecompany.brimstone.core
Class UnresolvableURIException

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

public class UnresolvableURIException
extends java.io.FileNotFoundException

See Also:
Serialized Form

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

UnresolvableURIException

public UnresolvableURIException()

UnresolvableURIException

public UnresolvableURIException(java.lang.String message)

UnresolvableURIException

public UnresolvableURIException(java.lang.Throwable cause)

UnresolvableURIException

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