public abstract class VirtualMachineError extends Error
Constructor and Description |
---|
VirtualMachineError()
Constructs a
VirtualMachineError with no detail message. |
VirtualMachineError(String message)
Constructs a
VirtualMachineError with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, toString
public VirtualMachineError()
VirtualMachineError
with no detail message.public VirtualMachineError(String message)
VirtualMachineError
with the specified
detail message.message
- the detail message.Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. Use of this specification is subject to license terms.