Class SecurityException

    • Constructor Detail

      • SecurityException

        public SecurityException​(String msg,
                                 @Nullable
                                 @Nullable Throwable cause)
        Constructs security grid exception with given message and cause.
        Parameters:
        msg - Exception message.
        cause - Exception cause.
      • SecurityException

        public SecurityException​(Throwable cause)
        Creates new security grid exception given throwable as a cause and source of error message.
        Parameters:
        cause - Non-null throwable cause.
      • SecurityException

        public SecurityException​(String msg)
        Constructs security grid exception with given message.
        Parameters:
        msg - Exception message.