public class UnknownError extends VirtualMachineError
| Constructor and Description | 
|---|
| UnknownError()Constructs an  UnknownErrorwith no detail message. | 
| UnknownError(String s)Constructs an  UnknownErrorwith 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.