hu.mta.sztaki.lpds.cloud.simulator.iaas
Class VMManager.NoSuchVMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hu.mta.sztaki.lpds.cloud.simulator.iaas.VMManager.VMManagementException
              extended by 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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
VMManager.NoSuchVMException(String message)
           
VMManager.NoSuchVMException(String message, Throwable ex)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

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.