|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.hk2.ComponentException
org.jvnet.hk2.component.ComponentException
@Deprecated public class ComponentException
Exception thrown when a component's dependency is not satisfied at the time the component is expected to be put in commission.
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 |
---|
public ComponentException(String message)
public ComponentException(Throwable origin)
public ComponentException(String message, Throwable origin)
public ComponentException(String message, ServiceContext ctx, Throwable origin)
public ComponentException(String format, Object... args)
Method Detail |
---|
public ServiceContext getFailureContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |