Class AzkarraException

    • Constructor Detail

      • AzkarraException

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

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

        public AzkarraException​(Throwable cause)
        Creates a new AzkarraException instance.
        Parameters:
        cause - the error cause.