org.jboss.bootstrap.spi.lifecycle
Class LifecycleEventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.bootstrap.spi.lifecycle.LifecycleEventException
All Implemented Interfaces:
Serializable

public class LifecycleEventException
extends Exception

LifecycleEventException Thrown by a lifecycle event handler if an error was encountered in processing

Version:
$Revision: $
Author:
ALR
See Also:
Serialized Form

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

LifecycleEventException

public LifecycleEventException()

LifecycleEventException

public LifecycleEventException(String message,
                               Throwable cause)
Parameters:
message -
cause -

LifecycleEventException

public LifecycleEventException(String message)
Parameters:
message -

LifecycleEventException

public LifecycleEventException(Throwable cause)
Parameters:
cause -


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.