public class UnknownError extends VirtualMachineError
Constructor and Description |
---|
UnknownError()
Constructs a new
UnknownError that includes the current stack
trace. |
UnknownError(String detailMessage)
Constructs a new
UnknownError with the current stack trace and
the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownError()
UnknownError
that includes the current stack
trace.public UnknownError(String detailMessage)
UnknownError
with the current stack trace and
the specified detail message.detailMessage
- the detail message for this exception.