public class UncheckedReflectiveOperationException extends UncheckedException
ReflectiveOperationException.| Constructor and Description |
|---|
UncheckedReflectiveOperationException(Throwable cause)
Constructs an instance initialized to the given
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedReflectiveOperationException(Throwable cause)
cause.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A @{code null} value
is permitted, and indicates that the cause is nonexistent or unknown.)Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.