Package com.intsof.ai.build.integrity
Class ArtifactDigestsUtils.PathTraversalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.intsof.ai.build.integrity.ArtifactDigestsUtils.PathTraversalException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ArtifactDigestsUtils
public static class ArtifactDigestsUtils.PathTraversalException extends IOException
Exception thrown when a path traversal attack is detected.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PathTraversalException(String message)Constructs a new PathTraversalException with the specified message.PathTraversalException(String message, Throwable cause)Constructs a new PathTraversalException with the specified message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PathTraversalException
public PathTraversalException(String message)
Constructs a new PathTraversalException with the specified message.- Parameters:
message- the detail message
-
-