org.apache.flume.lifecycle
Class LifecycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.flume.lifecycle.LifecycleException
All Implemented Interfaces:
Serializable

public class LifecycleException
extends Exception

See Also:
Serialized Form

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

LifecycleException

public LifecycleException()

LifecycleException

public LifecycleException(String message)

LifecycleException

public LifecycleException(String message,
                          Throwable t)

LifecycleException

public LifecycleException(Throwable t)


Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.