org.glassfish.hk2.runlevel
Class RunLevelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
RunLevelException(String message)
           
RunLevelException(String message, Throwable origin)
           
RunLevelException(Throwable origin)
           
 
Method Summary
 
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
 

Constructor Detail

RunLevelException

public RunLevelException(String message)

RunLevelException

public RunLevelException(Throwable origin)

RunLevelException

public RunLevelException(String message,
                         Throwable origin)


Copyright © 2013 Oracle Corporation. All Rights Reserved.