brooklyn.location
Class NoMachinesAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by brooklyn.location.NoMachinesAvailableException
All Implemented Interfaces:
Serializable

public class NoMachinesAvailableException
extends Exception

Indicates no machines are available in a given location.

See Also:
Serialized Form

Constructor Summary
NoMachinesAvailableException()
           
NoMachinesAvailableException(Location location)
           
NoMachinesAvailableException(Location location, String s)
           
NoMachinesAvailableException(Location location, String s, Throwable throwable)
           
NoMachinesAvailableException(Location location, Throwable throwable)
           
NoMachinesAvailableException(String s)
           
NoMachinesAvailableException(String s, Throwable throwable)
           
NoMachinesAvailableException(Throwable throwable)
           
 
Method Summary
 Location getLocation()
           
 
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
 

Constructor Detail

NoMachinesAvailableException

public NoMachinesAvailableException()

NoMachinesAvailableException

public NoMachinesAvailableException(String s)

NoMachinesAvailableException

public NoMachinesAvailableException(String s,
                                    Throwable throwable)

NoMachinesAvailableException

public NoMachinesAvailableException(Throwable throwable)

NoMachinesAvailableException

public NoMachinesAvailableException(Location location)

NoMachinesAvailableException

public NoMachinesAvailableException(Location location,
                                    String s)

NoMachinesAvailableException

public NoMachinesAvailableException(Location location,
                                    String s,
                                    Throwable throwable)

NoMachinesAvailableException

public NoMachinesAvailableException(Location location,
                                    Throwable throwable)
Method Detail

getLocation

public Location getLocation()


Copyright © 2013. All Rights Reserved.