Java org.springframework.statemachine StateMachineException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.statemachine StateMachineException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.statemachine StateMachineException.

The text is from its open source code.

Constructor

StateMachineException(String message, Exception e)
Constructs a generic StateMachineException.
StateMachineException(String message, Throwable cause)
Constructs a generic StateMachineException.

Method

StringgetMessage()
Return the detail message, including the message from the nested exception if there is one.