org.pentaho.platform.api.engine
Class AuditException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pentaho.platform.api.util.PentahoChainedException
                  extended by org.pentaho.platform.api.engine.AuditException
All Implemented Interfaces:
Serializable

public class AuditException
extends PentahoChainedException

Author:
mbatchel TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Constructor Summary
AuditException()
           
AuditException(String message)
           
AuditException(String message, Throwable reas)
           
AuditException(Throwable reas)
           
 
Method Summary
 
Methods inherited from class org.pentaho.platform.api.util.PentahoChainedException
getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuditException

public AuditException()

AuditException

public AuditException(String message)
Parameters:
message -

AuditException

public AuditException(String message,
                      Throwable reas)
Parameters:
message -
reas -

AuditException

public AuditException(Throwable reas)
Parameters:
reas -