org.jboss.osgi.deployment.interceptor
Class LifecycleInterceptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.osgi.deployment.interceptor.LifecycleInterceptorException
- All Implemented Interfaces:
- Serializable
public class LifecycleInterceptorException
- extends RuntimeException
A runtime exception that may be thrown from a lifecycle interceptor.
- Since:
- 15-Oct-2009
- Author:
- thomas.diesler@jboss.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LifecycleInterceptorException
public LifecycleInterceptorException(String message)
LifecycleInterceptorException
public LifecycleInterceptorException(String message,
Throwable cause)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.