com.sun.mdm.index.audit
Class AuditException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.mdm.index.master.EViewException
              extended bycom.sun.mdm.index.master.ProcessingException
                  extended bycom.sun.mdm.index.audit.AuditException
All Implemented Interfaces:
java.io.Serializable

public class AuditException
extends ProcessingException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
AuditException()
          Creates a new instance of AuditException
AuditException(java.lang.String msg)
          constructor
AuditException(java.lang.String msg, java.lang.Throwable t)
          constructor
AuditException(java.lang.Throwable t)
          construtor
 
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

AuditException

public AuditException()
Creates a new instance of AuditException


AuditException

public AuditException(java.lang.String msg)
constructor

Parameters:
msg - Error message.

AuditException

public AuditException(java.lang.String msg,
                      java.lang.Throwable t)
constructor

Parameters:
msg - Error message.
t - Chained exception.

AuditException

public AuditException(java.lang.Throwable t)
construtor

Parameters:
t - Chained exception.


Sun Microsystems, Inc.