brooklyn.event
Class EntityStartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
brooklyn.event.EntityStartException
- All Implemented Interfaces:
- Serializable
Deprecated. since 0.5, can instead throw any exception; clusters etc should respond accordingly
@Deprecated
public class EntityStartException
- extends Exception
Indicate an exception when attempting to start an entity.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EntityStartException
public EntityStartException(String message)
- Deprecated.
EntityStartException
public EntityStartException(String message,
Throwable cause)
- Deprecated.
Copyright © 2013. All Rights Reserved.