org.jboss.bootstrap.spi.lifecycle
Class LifecycleEventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.