ir.webutils
Class PathDisallowedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ir.webutils.PathDisallowedException
All Implemented Interfaces:
java.io.Serializable

public class PathDisallowedException
extends java.lang.Exception

PathDisallowedException.java 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)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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)