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