Preview
Second Preview of ClassFile API (JEP 466).
Programs can only use ConstantPoolException
when preview features are enabled.
Preview features may be removed in a future release,
or upgraded to permanent features of the Java platform.
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | ConstantPoolException(String
the detail message. message)Constructs a |
public | ConstantPoolException(Throwable
the cause (which is saved for later retrieval by the
cause)Throwable#getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Constructs a |
public | ConstantPoolException(String
the detail message (which is saved for later retrieval
by the message, Throwable Throwable#getMessage() method).the cause (which is saved for later retrieval by the
cause)Throwable#getCause() method). (A null value
is permitted, and indicates that the cause is nonexistent or
unknown.)Constructs a |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
ConstantPoolException | back to summary |
---|---|
public ConstantPoolException() Constructs a |
ConstantPoolException | back to summary |
---|---|
public ConstantPoolException(String message) Constructs a
|
ConstantPoolException | back to summary |
---|---|
public ConstantPoolException(Throwable cause) Constructs a
|
ConstantPoolException | back to summary |
---|---|
public ConstantPoolException(String message, Throwable cause) Constructs a
|