ir.webutils
Class PathDisallowedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ir.webutils.PathDisallowedException
All Implemented Interfaces:
java.io.Serializable

public class PathDisallowedException
extends java.lang.Exception

PathDisallowedException is thrown to indicate that a client program tried to access a path that was disallowed by either a robots.txt file or a robots META tag.

See Also:
Serialized Form

Constructor Summary
PathDisallowedException()
           
PathDisallowedException(java.lang.String msg)
           
 
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

PathDisallowedException

public PathDisallowedException()

PathDisallowedException

public PathDisallowedException(java.lang.String msg)