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