org.glassfish.hk2
Class ComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.