public class DecisionDefinitionNotFoundException extends DecisionException
This exception is thrown when a specific decision definition is not found.
| Constructor and Description | 
|---|
DecisionDefinitionNotFoundException()  | 
DecisionDefinitionNotFoundException(String message)  | 
DecisionDefinitionNotFoundException(String message,
                                   Throwable cause)  | 
DecisionDefinitionNotFoundException(Throwable cause)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DecisionDefinitionNotFoundException()
public DecisionDefinitionNotFoundException(String message, Throwable cause)
public DecisionDefinitionNotFoundException(String message)
public DecisionDefinitionNotFoundException(Throwable cause)
Copyright © 2017. All rights reserved.