java.lang.Object | +----java.lang.Throwable | +----java.lang.Error | +----java.lang.VirtualMachineError | +----java.lang.UnknownError
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
UnknownError
with no detail message.
UnknownError
with the specified detail
message.
public UnknownError()
UnknownError
with no detail message.
public UnknownError(String s)
UnknownError
with the specified detail
message.