Class PathTraversalBlockedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.cloud.storage.transfermanager.PathTraversalBlockedException
All Implemented Interfaces:
Serializable

public final class PathTraversalBlockedException extends RuntimeException
Exception thrown when a download is blocked because the object name would result in a path traversal outside the target directory.
See Also:
  • Constructor Details

    • PathTraversalBlockedException

      public PathTraversalBlockedException(String objectName, Path targetDirectory)