ninja.lifecycle
Class FailedStartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ninja.lifecycle.LifecycleException
                  extended by ninja.lifecycle.FailedStartException
All Implemented Interfaces:
Serializable

public class FailedStartException
extends LifecycleException

Exception thrown when an error occurs while starting a bean

Author:
James Roper
See Also:
Serialized Form

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

FailedStartException

public FailedStartException()

FailedStartException

public FailedStartException(String message)

FailedStartException

public FailedStartException(String message,
                            Throwable cause)

FailedStartException

public FailedStartException(Throwable cause)


Copyright © 2012. All Rights Reserved.