public class ActivitiObjectNotFoundException extends ActivitiException
| Constructor and Description | 
|---|
ActivitiObjectNotFoundException(Class<?> objectClass)  | 
ActivitiObjectNotFoundException(String message)  | 
ActivitiObjectNotFoundException(String message,
                               Class<?> objectClass)  | 
ActivitiObjectNotFoundException(String message,
                               Class<?> objectClass,
                               Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<?> | 
getObjectClass()
The class of the object that was not found. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ActivitiObjectNotFoundException(String message)
public ActivitiObjectNotFoundException(String message, Class<?> objectClass)
public ActivitiObjectNotFoundException(Class<?> objectClass)
public Class<?> getObjectClass()
Copyright © 2017 Flowable. All rights reserved.