org.jvnet.hk2.component
Class ComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.hk2.ComponentException
                  extended by org.jvnet.hk2.component.ComponentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigPopulatorException, ConfigTransactionException, ConfigurationException, UnsatisfiedDependencyException, WorkManager.ExecutionException

Deprecated.

@Deprecated
public class ComponentException
extends ComponentException

Exception thrown when a component's dependency is not satisfied at the time the component is expected to be put in commission.

Author:
Jerome Dochez
See Also:
Serialized Form

Constructor Summary
ComponentException(String message)
          Deprecated.  
ComponentException(String format, Object... args)
          Deprecated.  
ComponentException(String message, ServiceContext ctx, Throwable origin)
          Deprecated.  
ComponentException(String message, Throwable origin)
          Deprecated.  
ComponentException(Throwable origin)
          Deprecated.  
 
Method Summary
 ServiceContext getFailureContext()
          Deprecated.  
 
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

ComponentException

public ComponentException(String message)
Deprecated. 

ComponentException

public ComponentException(Throwable origin)
Deprecated. 

ComponentException

public ComponentException(String message,
                          Throwable origin)
Deprecated. 

ComponentException

public ComponentException(String message,
                          ServiceContext ctx,
                          Throwable origin)
Deprecated. 

ComponentException

public ComponentException(String format,
                          Object... args)
Deprecated. 
Method Detail

getFailureContext

public ServiceContext getFailureContext()
Deprecated. 


Copyright © 2013 Oracle Corporation. All Rights Reserved.