public class NotFoundException extends BadUserRequestException
This exception is thrown, if an entity (case execution, case definition) is not found.
| Constructor and Description | 
|---|
NotFoundException()  | 
NotFoundException(String message)  | 
NotFoundException(String message,
                 Throwable cause)  | 
NotFoundException(Throwable cause)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017. All rights reserved.