Class BadlyFormattedFlowExecutionKeyException

All Implemented Interfaces:
Serializable

public class BadlyFormattedFlowExecutionKeyException extends FlowExecutionRepositoryException
Thrown when an encoded flow execution key is badly formatted and could not be parsed.
Author:
Keith Donald, Erwin Vervaet
See Also:
  • Constructor Details

    • BadlyFormattedFlowExecutionKeyException

      public BadlyFormattedFlowExecutionKeyException(String invalidKey, String format)
      Creates a bad execution key format exception.
      Parameters:
      invalidKey - the invalid key
      format - the format the key should have been in
    • BadlyFormattedFlowExecutionKeyException

      public BadlyFormattedFlowExecutionKeyException(String invalidKey, String format, Throwable cause)
      Creates a bad execution key format exception.
      Parameters:
      invalidKey - the invalid key
      format - the format the key should have been in
      cause - the cause
  • Method Details

    • getInvalidKey

      public String getInvalidKey()
      Returns the string key of the flow execution that could not be parsed.
    • getFormat

      public String getFormat()
      Returns the format the key should have been in.