org.eclipse.higgins.audit.api
Class AuditException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.audit.api.AuditException
All Implemented Interfaces:
Serializable

public class AuditException
extends Exception

Root Audit Exception class

See Also:
Serialized Form

Constructor Summary
AuditException()
           
AuditException(String strMessage)
           
AuditException(String strMessage, Throwable cause)
           
AuditException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuditException

public AuditException()
See Also:
Exception.Exception()

AuditException

public AuditException(String strMessage)
See Also:
Exception.Exception(java.lang.String)

AuditException

public AuditException(String strMessage,
                      Throwable cause)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)

AuditException

public AuditException(Throwable cause)
See Also:
Exception.Exception(java.lang.Throwable)