|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
brooklyn.location.NoMachinesAvailableException
public class NoMachinesAvailableException
Indicates no machines are available in a given location.
| Constructor Summary | |
|---|---|
NoMachinesAvailableException()
Deprecated. since 0.5; always include a helpful message! |
|
NoMachinesAvailableException(Location location)
Deprecated. since 0.5; don't include Location - just use NoMachinesAvailableException(String) |
|
NoMachinesAvailableException(Location location,
String s)
Deprecated. since 0.5; don't include Location - just use NoMachinesAvailableException(String) |
|
NoMachinesAvailableException(Location location,
String s,
Throwable throwable)
Deprecated. since 0.5; don't include Location - just use NoMachinesAvailableException(String, Throwable) |
|
NoMachinesAvailableException(Location location,
Throwable throwable)
Deprecated. since 0.5; don't include Location - just use NoMachinesAvailableException(String, Throwable) |
|
NoMachinesAvailableException(String s)
|
|
NoMachinesAvailableException(String s,
Throwable throwable)
|
|
NoMachinesAvailableException(Throwable throwable)
Deprecated. since 0.5; always include a helpful message! |
|
| Method Summary | |
|---|---|
Location |
getLocation()
Deprecated. since 0.5; the catcher can know which location had no machines based on which location they asked for; will remove this so that the exception is definitely serializable. |
| 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 |
|---|
public NoMachinesAvailableException()
public NoMachinesAvailableException(String s)
public NoMachinesAvailableException(String s,
Throwable throwable)
public NoMachinesAvailableException(Throwable throwable)
public NoMachinesAvailableException(Location location)
NoMachinesAvailableException(String)
public NoMachinesAvailableException(Location location,
String s)
NoMachinesAvailableException(String)
public NoMachinesAvailableException(Location location,
String s,
Throwable throwable)
NoMachinesAvailableException(String, Throwable)
public NoMachinesAvailableException(Location location,
Throwable throwable)
NoMachinesAvailableException(String, Throwable)
| Method Detail |
|---|
public Location getLocation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||