public class java.lang
UnknownError


Show All Login
Java SE 6
  
Extends: Throwable > Error > VirtualMachineError
Details
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
version1.14, 11/17/05
sinceJDK1.0

Constructors
public UnknownError()
Constructs an UnknownError with no detail message.
public UnknownError(String s) Details
Constructs an UnknownError with the specified detail message.
sthe detail message.