Class AccessCheckException

    • Constructor Detail

      • AccessCheckException

        public AccessCheckException()
        Constructs a new AccessCheckException with no message or parent
      • AccessCheckException

        public AccessCheckException​(String message)
        Constructs a new AccessCheckMessage with the given message text
        Parameters:
        message - The message text
      • AccessCheckException

        public AccessCheckException​(String message,
                                    Throwable t)
        Constructs a new AccessCheckException with the given message and parent
        Parameters:
        message - The message text
        t - The parent throwable
      • AccessCheckException

        public AccessCheckException​(Throwable t)
        Constructs a new AccessCheckException with the given parent
        Parameters:
        t - The parent throwable