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