org.eclipse.higgins.audit.api
Class AuditException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.higgins.audit.api.AuditException
- All Implemented Interfaces:
- Serializable
- public class AuditException
- extends Exception
Root Audit Exception class
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)