Class ExternalFlowStoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.blueriq.component.api.store.externalflow.exception.ExternalFlowStoreException
All Implemented Interfaces:
Serializable

public class ExternalFlowStoreException extends com.aquima.interactions.foundation.exception.AppException
Exception thrown if the communication with external flow store fails for various reasons.
Since:
12.1
Author:
Voicu Moldovan
See Also:
  • Constructor Details Link icon

    • ExternalFlowStoreException Link icon

      public ExternalFlowStoreException(Throwable cause)
      Basic constructor with only the cause of the error.
      Parameters:
      cause - The original cause of the error.