Class IntegrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.sol.exceptions.IntegrationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OpenAIIntegrationDisabledException

public class IntegrationException extends RuntimeException
Custom exception for issues during external RESTful calls.
Version:
1.0.5
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • IntegrationException

      public IntegrationException(String message)
      Generic constructor.
      Parameters:
      message - message
    • IntegrationException

      public IntegrationException(String message, Throwable throwable)
      Generic constructor with Throwable instance.
      Parameters:
      message - message
      throwable - Throwable