hu.mta.sztaki.lpds.cloud.simulator.iaas
Class VMManager.VMManagementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hu.mta.sztaki.lpds.cloud.simulator.iaas.VMManager.VMManagementException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- VirtualMachine.StateChangeException, VMManager.NoSuchVMException
- Enclosing interface:
- VMManager<E,F>
public static class VMManager.VMManagementException
- extends Exception
This is a generic class to represent all kinds of problems that could
occur while managing VMs on the system.
- Author:
- Gabor Kecskemeti, Distributed and Parallel Systems Group,
University of Innsbruck (c) 2013
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
VMManager.VMManagementException
public VMManager.VMManagementException(String message)
VMManager.VMManagementException
public VMManager.VMManagementException(String message,
Throwable ex)
Copyright © 2012–2015 University of Innsbruck & MTA SZTAKI. All rights reserved.