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, toString
public DecisionDefinitionNotFoundException()
public DecisionDefinitionNotFoundException(String message, Throwable cause)
public DecisionDefinitionNotFoundException(String message)
public DecisionDefinitionNotFoundException(Throwable cause)
Copyright © 2022. All rights reserved.