|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.security.audit.exception.AuditEntrySearchException
public class AuditEntrySearchException
Thrown when an error is encountered while searching audit entries.
Constructor Summary | |
---|---|
AuditEntrySearchException(String message)
Constructor specifying detailed message about this exception. |
|
AuditEntrySearchException(String path,
String message)
Constructor specifying the detailed message about this exception and the path of the object that the exception concerns. |
|
AuditEntrySearchException(String path,
String message,
Throwable cause)
Constructor specifying the detailed message, root cause, and path of the object that this exception concerns. |
Method Summary | |
---|---|
String |
getPath()
Get the path value specified in this exception. |
Methods inherited from class com.sas.hls.common.exception.AbstractCheckedException |
---|
contains, getLocalizedMessage, getMessage, getMostSpecificCause, getRootCause, setLocalizedMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AuditEntrySearchException(String message)
message
- The detailed message about this exception.public AuditEntrySearchException(String path, String message)
path
- The path of the object that this exception concerns.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.Method Detail |
---|
public String getPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |