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
- Author:
- mbatchel TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
- See Also:
-
Constructor Summary
ConstructorDescriptionAuditException
(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
-
Constructor Details
-
AuditException
public AuditException() -
AuditException
- Parameters:
message
-
-
AuditException
- Parameters:
message
-reas
-
-
AuditException
- Parameters:
reas
-
-