Class AzkarraContextException

    • Constructor Detail

      • AzkarraContextException

        public AzkarraContextException​(String message)
        Creates a new AzkarraContextException instance.
        Parameters:
        message - the error message.
      • AzkarraContextException

        public AzkarraContextException​(String message,
                                       Throwable cause)
        Creates a new AzkarraContextException instance.
        Parameters:
        message - the error message.
        cause - the exception cause.