org.jboss.osgi.deployment.interceptor
Class LifecycleInterceptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
LifecycleInterceptorException(String message)
           
LifecycleInterceptorException(String message, 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

LifecycleInterceptorException

public LifecycleInterceptorException(String message)

LifecycleInterceptorException

public LifecycleInterceptorException(String message,
                                     Throwable cause)


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