com.sas.hls.security.audit.exception
Class AuditEntrySearchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.security.audit.exception.AuditEntrySearchException
- All Implemented Interfaces:
- Serializable
public class AuditEntrySearchException
- extends AbstractCheckedException
Thrown when an error is encountered while searching audit entries.
- See Also:
- Serialized Form
Method Summary |
String |
getPath()
Get the path value specified in this exception. |
AuditEntrySearchException
public AuditEntrySearchException(String message)
- Constructor specifying detailed message about this exception.
- Parameters:
message
- The detailed message about this exception.
AuditEntrySearchException
public AuditEntrySearchException(String path,
String message,
Throwable cause)
- Constructor specifying the detailed message, root cause, and path of the object that this exception concerns.
- Parameters:
path
- The path of the object that this exception concerns.message
- The detailed message about this exception.cause
- The root cause of this exception.
getPath
public String getPath()
- Get the path value specified in this exception.
- Returns:
- The path value of the object this exception is about.
Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA