public class CheckedOutFilesSearchException extends AbstractCheckedException
Constructor and Description |
---|
CheckedOutFilesSearchException(String message)
Constructor specifying detailed message about this exception.
|
CheckedOutFilesSearchException(String path,
String message,
Throwable cause)
Constructor specifying the detailed message, root cause, and path of the object that this exception concerns.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Get the path value specified in this exception.
|
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CheckedOutFilesSearchException(String message)
message
- The detailed message about this exception.public CheckedOutFilesSearchException(String path, String message, Throwable cause)
path
- The path of the object that this exception concerns.message
- The detailed message about this exception.cause
- The root cause of this exception.public String getPath()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA