hu.mta.sztaki.lpds.cloud.simulator.iaas
Class VMManager.NoSuchVMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hu.mta.sztaki.lpds.cloud.simulator.iaas.VMManager.VMManagementException
hu.mta.sztaki.lpds.cloud.simulator.iaas.VMManager.NoSuchVMException
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- VMManager<E,F>
public static class VMManager.NoSuchVMException
- extends VMManager.VMManagementException
Receiving this kind of exception shows that the system does not recognize
the VM it should operate on.
- 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.NoSuchVMException
public VMManager.NoSuchVMException(String message)
VMManager.NoSuchVMException
public VMManager.NoSuchVMException(String message,
Throwable ex)
Copyright © 2012–2015 University of Innsbruck & MTA SZTAKI. All rights reserved.