org.glassfish.hk2
Class ComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.hk2.ComponentException
- All Implemented Interfaces:
- java.io.Serializable
public class ComponentException
- extends java.lang.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ComponentException
public ComponentException(java.lang.String message)
ComponentException
public ComponentException(java.lang.Throwable origin)
ComponentException
public ComponentException(java.lang.String message,
java.lang.Throwable origin)
ComponentException
public ComponentException(java.lang.String format,
java.lang.Object... args)
Copyright © 2011 Oracle Corporation. All Rights Reserved.