public class ReflectiveOperationException extends Exception
Constructor and Description |
---|
ReflectiveOperationException()
Create an exception without a message.
|
ReflectiveOperationException(String s)
Create an exception with a message.
|
ReflectiveOperationException(String message,
Throwable cause)
Create an exception with a message and a cause.
|
ReflectiveOperationException(Throwable cause)
Create an exception with a cause.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReflectiveOperationException()
public ReflectiveOperationException(String s)
s
- the messagepublic ReflectiveOperationException(String message, Throwable cause)
s
- the messagecause
- the cause, may be nullpublic ReflectiveOperationException(Throwable cause)
cause
- the cause, may be null