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