UnknownErrorpublic class UnknownError extends VirtualMachineError Thrown when an unknown but serious exception has occurred in the
Java Virtual Machine. |
Constructors Summary |
---|
public UnknownError()Constructs an UnknownError with no detail message.
super();
| public UnknownError(String s)Constructs an UnknownError with the specified detail
message.
super(s);
|
|