org.glassfish.hk2
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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComponentException

Deprecated.

@Deprecated
public class ComponentException
extends RuntimeException

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, Throwable origin)
          Deprecated.  
ComponentException(Throwable origin)
          Deprecated.  
 
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

ComponentException

public ComponentException(String message)
Deprecated. 

ComponentException

public ComponentException(Throwable origin)
Deprecated. 

ComponentException

public ComponentException(String message,
                          Throwable origin)
Deprecated. 

ComponentException

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


Copyright © 2013 Oracle Corporation. All Rights Reserved.