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 Details

    • ResultHandlingException

      public ResultHandlingException(String message)
      Construct a new result handling exception.
      Parameters:
      message - the exception message
    • ResultHandlingException

      public ResultHandlingException(String message, Throwable cause)
      Construct a new result handling exception.
      Parameters:
      message - the exception message
      cause - the cause