org.objectweb.jonas.service
Class JonasAlreadyStartedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.objectweb.jonas.service.ServiceException
                  extended byorg.objectweb.jonas.service.JonasAlreadyStartedException
All Implemented Interfaces:
java.io.Serializable

public class JonasAlreadyStartedException
extends ServiceException

This exception is used by services that received java.rmi.AlreadyBoundException

See Also:
Serialized Form

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

Constructor Detail

JonasAlreadyStartedException

public JonasAlreadyStartedException()
Default constructor.