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