Class PathTraversalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.servicelayer.exceptions.SystemException
-
- de.hybris.platform.acceleratorservices.exceptions.PathTraversalException
-
- All Implemented Interfaces:
java.io.Serializable
public class PathTraversalException extends SystemException
Thrown when path traversal is somehow violated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PathTraversalException(java.lang.String message)Constructs the exception with given message.PathTraversalException(java.lang.String message, java.lang.Throwable cause)Constructs the exception with given message and a cause.
-
-
-
Constructor Detail
-
PathTraversalException
public PathTraversalException(java.lang.String message)
Constructs the exception with given message.- Parameters:
message- a message
-
PathTraversalException
public PathTraversalException(java.lang.String message, java.lang.Throwable cause)Constructs the exception with given message and a cause.- Parameters:
message- the entity messagecause- the cause
-
-