Class KafkaDeploymentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class KafkaDeploymentException
    extends java.lang.Exception
    Thrown if an error occurs connecting to Kafka, establishing the connector grid, or other exception occurs
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      KafkaDeploymentException​(java.lang.Exception e)
      Creates a wrapper KafkaDeploymentException around an inner exception
      KafkaDeploymentException​(java.lang.String message)
      Creates a KafkaDeploymentException with no inner exception and message
      KafkaDeploymentException​(java.lang.String message, java.lang.Exception e)
      Creates a new KafkaDeploymentException with parameter message and inner exception
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • KafkaDeploymentException

        public KafkaDeploymentException​(java.lang.String message,
                                        java.lang.Exception e)
        Creates a new KafkaDeploymentException with parameter message and inner exception
        Parameters:
        message - Exception text
        e - inner exception
      • KafkaDeploymentException

        public KafkaDeploymentException​(java.lang.Exception e)
        Creates a wrapper KafkaDeploymentException around an inner exception
        Parameters:
        e - inner exception
      • KafkaDeploymentException

        public KafkaDeploymentException​(java.lang.String message)
        Creates a KafkaDeploymentException with no inner exception and message
        Parameters:
        message - the message to associate with this exception.
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable