Package org.springframework.shell.result
Class ResultHandlingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.shell.result.ResultHandlingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResultHandlerNotFoundException
public class ResultHandlingException
extends org.springframework.core.NestedRuntimeException
- See Also:
-
Constructor Summary
ConstructorDescriptionResultHandlingException
(String message) Construct a new result handling exception.ResultHandlingException
(String message, Throwable cause) Construct a new result handling exception. -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResultHandlingException
Construct a new result handling exception.- Parameters:
message
- the exception message
-
ResultHandlingException
Construct a new result handling exception.- Parameters:
message
- the exception messagecause
- the cause
-