Package java.lang

Class IllegalAccessException

    • Constructor Detail

      • IllegalAccessException

        public IllegalAccessException()
        Constructs a new IllegalAccessException that includes the current stack trace.
      • IllegalAccessException

        public IllegalAccessException​(String detailMessage)
        Constructs a new IllegalAccessException with the current stack trace and the specified detail message.
        Parameters:
        detailMessage - the detail message for this exception.