public class VmUpdateException extends Exception
Constructor and Description |
---|
VmUpdateException()
Constructs a VmUpdateException with no message.
|
VmUpdateException(String msg)
Constructs a VmUpdateException with an error message.
|
VmUpdateException(String msg,
Throwable cause)
Constructs a VmUpdateException with an error message and cause.
|
VmUpdateException(Throwable cause)
Constructs a VmUpdateException with a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VmUpdateException()
public VmUpdateException(String msg)
public VmUpdateException(Throwable cause)
Copyright © 2016. All Rights Reserved.