public class ReflectiveOperationException extends Exception
| Constructor and Description |
|---|
ReflectiveOperationException()
Constructs a new exception with no detail message.
|
ReflectiveOperationException(String message)
Constructs a new exception with the given detail message.
|
ReflectiveOperationException(String message,
Throwable cause)
Constructs a new exception with the given detail message and cause.
|
ReflectiveOperationException(Throwable cause)
Constructs a new exception with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReflectiveOperationException()
public ReflectiveOperationException(String message)
public ReflectiveOperationException(Throwable cause)