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, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResultHandlingException(String message)
message - the exception messageCopyright © 2022. All rights reserved.