public class UnknownError extends VirtualMachineError
| Constructor and Description |
|---|
UnknownError()
Constructs an
UnknownError with no detail message.
|
UnknownError(String
Constructs an
UnknownError with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownError()
UnknownError with no detail message.
public UnknownError(Strings)
UnknownError with the specified detail message.
s - the detail message.