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
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)
ComponentException
public ComponentException(Throwable origin)
ComponentException
public ComponentException(String message,
Throwable origin)
ComponentException
public ComponentException(String format,
Object... args)
Copyright © 2012 Oracle Corporation. All Rights Reserved.