public class ResultHandlingException
extends org.springframework.core.NestedRuntimeException
Constructor and Description |
---|
ResultHandlingException(String message)
Construct a new result handling exception.
|
ResultHandlingException(String message,
Throwable cause)
Construct a new result handling exception.
|
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResultHandlingException(String message)
message
- the exception messageCopyright © 2024. All rights reserved.