Class ValidationIssueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.flowable.common.engine.api.FlowableException
-
- org.flowable.engine.delegate.BpmnError
-
- de.adorsys.opba.protocol.xs2a.domain.ValidationIssueException
-
- All Implemented Interfaces:
Serializable
public class ValidationIssueException extends org.flowable.engine.delegate.BpmnErrorSpecial exception that is handled by BPMN engine to capture validation problem.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationIssueException()ValidationIssueException(String message)
-
Method Summary
-
Methods inherited from class org.flowable.common.engine.api.FlowableException
isLogged, isReduceLogLevel, setLogged, setReduceLogLevel
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ValidationIssueException
public ValidationIssueException()
-
ValidationIssueException
public ValidationIssueException(String message)
-
-