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:
Serializable
Thrown when path traversal is somehow violated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPathTraversalException(String message) Constructs the exception with given message.PathTraversalException(String message, Throwable cause) Constructs the exception with given message and a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PathTraversalException
Constructs the exception with given message.- Parameters:
message- a message
-
PathTraversalException
Constructs the exception with given message and a cause.- Parameters:
message- the entity messagecause- the cause
-