Class CDKException

    • Constructor Detail

      • CDKException

        public CDKException​(String message)
        Constructs a new CDKException with the given message.
        Parameters:
        message - for the constructed exception
      • CDKException

        public CDKException​(String message,
                            Throwable cause)
        Constructs a new CDKException with the given message and the Exception as cause.
        Parameters:
        message - for the constructed exception
        cause - the Throwable that triggered this CDKException