java.io.Serializable
public class UnknownError extends VirtualMachineError
Constructor | Description |
---|---|
UnknownError() |
Constructs an
UnknownError with no detail message. |
UnknownError(String s) |
Constructs an
UnknownError with the specified detail
message. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownError()
UnknownError
with no detail message.public UnknownError(String s)
UnknownError
with the specified detail
message.s
- the detail message.