Package org.pentaho.platform.api.engine
Class AuditException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.pentaho.platform.api.util.PentahoChainedException
-
- 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
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-