brooklyn.event
Class EntityStartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
EntityStartException(String message)
          Deprecated.  
EntityStartException(String message, Throwable cause)
          Deprecated.  
 
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
 

Constructor Detail

EntityStartException

public EntityStartException(String message)
Deprecated. 

EntityStartException

public EntityStartException(String message,
                            Throwable cause)
Deprecated. 


Copyright © 2013. All Rights Reserved.