Package org.imixs.workflow.datev
Class DatevException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.imixs.workflow.exceptions.WorkflowException
org.imixs.workflow.exceptions.PluginException
org.imixs.workflow.datev.DatevException
- All Implemented Interfaces:
Serializable
public class DatevException
extends org.imixs.workflow.exceptions.PluginException
- See Also:
-
Field Summary
Fields inherited from class org.imixs.workflow.exceptions.WorkflowException
errorCode, errorContext -
Constructor Summary
ConstructorsConstructorDescriptionDatevException(String aErrorContext, String aErrorCode, String message) DatevException(String aErrorContext, String aErrorCode, String message, Exception e) DatevException(String aErrorContext, String aErrorCode, String message, Object[] params) -
Method Summary
Methods inherited from class org.imixs.workflow.exceptions.PluginException
getErrorParameters, setErrorParametersMethods inherited from class org.imixs.workflow.exceptions.WorkflowException
getErrorCode, getErrorContext, setErrorCode, setErrorContextMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatevException
-
DatevException
-
DatevException
-