Package java.lang

Class ReflectiveOperationException

    • Constructor Detail

      • ReflectiveOperationException

        public ReflectiveOperationException()
        Constructs a new exception with no detail message.
      • ReflectiveOperationException

        public ReflectiveOperationException​(String message)
        Constructs a new exception with the given detail message.
        Parameters:
        message - Exception message
      • ReflectiveOperationException

        public ReflectiveOperationException​(Throwable cause)
        Constructs a new exception with the given cause.
        Parameters:
        cause - Exception cause.
      • ReflectiveOperationException

        public ReflectiveOperationException​(String message,
                                            Throwable cause)
        Constructs a new exception with the given detail message and cause.
        Parameters:
        message - Exception message
        cause - Exception cause.