org.glassfish.hk2.runlevel
Class RunLevelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.hk2.runlevel.RunLevelException
- All Implemented Interfaces:
- Serializable
public class RunLevelException
- extends RuntimeException
Exception related to the operations of the RunLevelController
.
- Author:
- jtrent, tbeerbower
- 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 © 2013 Oracle Corporation. All Rights Reserved.