org.objectweb.jonas.service
Class JonasAlreadyStartedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.objectweb.jonas.service.ServiceException
                          |
                          +--org.objectweb.jonas.service.JonasAlreadyStartedException
All Implemented Interfaces:
java.io.Serializable

public class JonasAlreadyStartedException
extends ServiceException

See Also:
Serialized Form

Constructor Summary
JonasAlreadyStartedException()
           
 
Methods inherited from class org.objectweb.jonas.service.ServiceException
getCause, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JonasAlreadyStartedException

public JonasAlreadyStartedException()