Class ClarityAutomationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cruk.clarity.api.automation.ClarityAutomationException
All Implemented Interfaces:
Serializable

public class ClarityAutomationException extends RuntimeException
Runtime exception when there is a failure in automating a Clarity process.
Since:
2.31.2
See Also:
  • Constructor Details

    • ClarityAutomationException

      public ClarityAutomationException()
      Initialise with no details.
    • ClarityAutomationException

      public ClarityAutomationException(String message)
      Initialise with an error message.
      Parameters:
      message - The error message.
    • ClarityAutomationException

      public ClarityAutomationException(Throwable cause)
      Initialise with a cause.
      Parameters:
      cause - The original exception causing this exception.
    • ClarityAutomationException

      public ClarityAutomationException(String message, Throwable cause)
      Initialise with an error message and a cause.
      Parameters:
      message - The error message.
      cause - The original exception causing this exception.