org.vostok.management.mbean
Class RunningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.vostok.management.mbean.MBeanException
              extended by org.vostok.management.mbean.RunningException
All Implemented Interfaces:
java.io.Serializable

public class RunningException
extends MBeanException

throw when attent to start a factory while a previous deployement still pending

Author:
levreau.jerome@vostoksystem.eu
See Also:
Serialized Form

Constructor Summary
RunningException()
          Creates a new instance of RunningException without detail message.
RunningException(java.lang.String msg)
          Constructs an instance of RunningException with the specified detail message.
 
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

RunningException

public RunningException()
Creates a new instance of RunningException without detail message.


RunningException

public RunningException(java.lang.String msg)
Constructs an instance of RunningException with the specified detail message.

Parameters:
msg - the detail message.