public class PathTraversalException extends SystemException
| Constructor and 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.
|
public PathTraversalException(java.lang.String message)
message - a messagepublic PathTraversalException(java.lang.String message,
java.lang.Throwable cause)
message - the entity messagecause - the causeCopyright © 2018 SAP SE. All Rights Reserved.