Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | InternalError(String
the detail message. message)Constructs an |
public | InternalError(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 an |
public | InternalError(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 an |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
InternalError | back to summary |
---|---|
public InternalError() Constructs an |
InternalError | back to summary |
---|---|
public InternalError(String message) Constructs an
|
InternalError | back to summary |
---|---|
public InternalError(String message, Throwable cause) Constructs an Note that the detail message associated
with
|
InternalError | back to summary |
---|---|
public InternalError(Throwable cause) Constructs an
|