public class CamundaBpmNestedRuntimeException
extends org.springframework.core.NestedRuntimeException
This class can be used when it is necessary to avoid the explicit throwing of checked exceptions.
Constructor and Description |
---|
CamundaBpmNestedRuntimeException(String msg)
Construct an exception with the specified detail message and nested exception.
|
CamundaBpmNestedRuntimeException(String msg,
Throwable cause)
Construct an exception with the specified detail message and nested exception.
|
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CamundaBpmNestedRuntimeException(String msg)
msg
- the exception messageCopyright © 2022. All rights reserved.