com.sas.hls.security.audit.exception
Class AuditEntrySearchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sas.hls.common.exception.AbstractCheckedException
              extended by 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

Constructor Summary
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.
 
Method Summary
 String getPath()
          Get the path value specified in this exception.
 
Methods inherited from class com.sas.hls.common.exception.AbstractCheckedException
getLocalizedMessage, getMessage, getRootCause
 
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

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.
Method Detail

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) 2016, SAS Institute Inc., Cary, NC, USA