com.endeca.portal.auditing
Class AuditingLogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.portal.auditing.AuditingLogException
All Implemented Interfaces:
java.io.Serializable

public class AuditingLogException
extends java.lang.Exception

Base Endeca-authored class for Auditing Log exceptions

Author:
Endeca Technologies, Inc.
See Also:
Serialized Form

Constructor Summary
AuditingLogException()
          no-arg constructor
AuditingLogException(java.lang.String msg)
          constructor accepting a message
AuditingLogException(java.lang.String msg, java.lang.Throwable t)
          constructor accepting a message and root exception
AuditingLogException(java.lang.Throwable t)
          constructor accepting a root exception
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

AuditingLogException

public AuditingLogException()
no-arg constructor


AuditingLogException

public AuditingLogException(java.lang.String msg,
                            java.lang.Throwable t)
constructor accepting a message and root exception

Parameters:
msg - the message
t - the root exception

AuditingLogException

public AuditingLogException(java.lang.String msg)
constructor accepting a message

Parameters:
msg - the message

AuditingLogException

public AuditingLogException(java.lang.Throwable t)
constructor accepting a root exception

Parameters:
t - the root exception