public class AuditingLogException
extends java.lang.Exception
Constructor and Description |
---|
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
|
public AuditingLogException()
public AuditingLogException(java.lang.String msg, java.lang.Throwable t)
msg
- the messaget
- the root exceptionpublic AuditingLogException(java.lang.String msg)
msg
- the messagepublic AuditingLogException(java.lang.Throwable t)
t
- the root exceptionCopyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.