com.atlassian.jira.util
Class PathTraversalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.util.PathTraversalException
All Implemented Interfaces:
Serializable

public class PathTraversalException
extends Exception

Indicates that a potential path traversal was prevented.

See Also:
Serialized Form

Constructor Summary
PathTraversalException()
           
 
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

PathTraversalException

public PathTraversalException()


Copyright © 2002-2012 Atlassian. All Rights Reserved.