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, toString
public ActivitiObjectNotFoundException(String message)
public ActivitiObjectNotFoundException(String message, Class<?> objectClass)
public ActivitiObjectNotFoundException(Class<?> objectClass)
public Class<?> getObjectClass()
Copyright © 2016 Alfresco. All rights reserved.