LinkageError
Modifier and Type | Field and Description |
---|---|
pack-priv static final long |
Access | Constructor and Description |
---|---|
public | |
public | ReflectiveOperationException(String
the detail message. The detail message is saved for
later retrieval by the message)getMessage() method.Constructs a new exception with the specified detail message. |
public | ReflectiveOperationException(String
the detail message (which is saved for later retrieval
by the message, Throwable getMessage() method).the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Constructs a new exception with the specified detail message and cause. |
public | ReflectiveOperationException(Throwable
the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Constructs a new exception with the specified cause and a detail
message of |
serialVersionUID | back to summary |
---|---|
pack-priv static final long serialVersionUID Hides java. |
ReflectiveOperationException | back to summary |
---|---|
public ReflectiveOperationException() Constructs a new exception with |
ReflectiveOperationException | back to summary |
---|---|
public ReflectiveOperationException(String message) Constructs a new exception with the specified detail message.
The cause is not initialized, and may subsequently be
initialized by a call to
|
ReflectiveOperationException | back to summary |
---|---|
public ReflectiveOperationException(String message, Throwable cause) Constructs a new exception with the specified detail message and cause. Note that the detail message associated with
|
ReflectiveOperationException | back to summary |
---|---|
public ReflectiveOperationException(Throwable cause) Constructs a new exception with the specified cause and a detail
message of
|