Class IgniteAccessControlException

    • Constructor Detail

      • IgniteAccessControlException

        public IgniteAccessControlException​(String msg)
        Creates access control exception.
        Parameters:
        msg - Error message.
      • IgniteAccessControlException

        public IgniteAccessControlException​(String msg,
                                            @Nullable
                                            @Nullable Throwable cause)
        Creates authentication exception with given error message.
        Parameters:
        msg - Error message.
        cause - Optional nested exception (can be null).