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