org.ow2.jonas.service
Class JonasAlreadyStartedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.jonas.service.ServiceException
                  extended by org.ow2.jonas.service.JonasAlreadyStartedException
All Implemented Interfaces:
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.
 
Method Summary
 
Methods inherited from class org.ow2.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.



Copyright © 2010 OW2 Consortium. All Rights Reserved.