Class UncheckedReflectiveOperationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UncheckedIllegalAccessException

public class UncheckedReflectiveOperationException extends UncheckedException
Since:
3.13.0
See Also:
  • Field Details

  • Constructor Details

    • UncheckedReflectiveOperationException

      public UncheckedReflectiveOperationException(Throwable cause)
      Constructs an instance initialized to the given cause.
      Parameters:
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)