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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatevException(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, setErrorParameters
-
Methods inherited from class org.imixs.workflow.exceptions.WorkflowException
getErrorCode, getErrorContext, setErrorCode, setErrorContext
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-