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, toStringpublic CaseDefinitionNotFoundException()
public CaseDefinitionNotFoundException(String message, Throwable cause)
public CaseDefinitionNotFoundException(String message)
public CaseDefinitionNotFoundException(Throwable cause)
Copyright © 2018. All rights reserved.