org.jvnet.hk2.component
Class RunLevelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.hk2.ComponentException
org.jvnet.hk2.component.ComponentException
org.jvnet.hk2.component.RunLevelException
- All Implemented Interfaces:
- Serializable
public class RunLevelException
- extends ComponentException
Exception related to the operations of the RunLevelService.
- Author:
- Jeff Trent
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RunLevelException
public RunLevelException(String message)
RunLevelException
public RunLevelException(Throwable origin)
RunLevelException
public RunLevelException(String message,
Throwable origin)
Copyright © 2011 Oracle Corporation. All Rights Reserved.