public class BadlyFormattedFlowExecutionKeyException extends FlowExecutionRepositoryException
Constructor and Description |
---|
BadlyFormattedFlowExecutionKeyException(String invalidKey,
String format)
Creates a bad execution key format exception.
|
BadlyFormattedFlowExecutionKeyException(String invalidKey,
String format,
Throwable cause)
Creates a bad execution key format exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getFormat()
Returns the format the key should have been in.
|
String |
getInvalidKey()
Returns the string key of the flow execution that could not be parsed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString