Class PathTraversalException

All Implemented Interfaces:
Serializable

public class PathTraversalException extends SystemException
Thrown when path traversal is somehow violated.
See Also:
  • Constructor Details

    • PathTraversalException

      public PathTraversalException(String message)
      Constructs the exception with given message.
      Parameters:
      message - a message
    • PathTraversalException

      public PathTraversalException(String message, Throwable cause)
      Constructs the exception with given message and a cause.
      Parameters:
      message - the entity message
      cause - the cause