public class AuditEntrySearchException extends AbstractCheckedException
Constructor and Description |
---|
AuditEntrySearchException(String message)
Constructor specifying detailed message about this exception.
|
AuditEntrySearchException(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 AuditEntrySearchException(String message)
message
- The detailed message about this exception.public AuditEntrySearchException(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