org.objectweb.dsrg.sofa.osgi
Class ServiceUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.objectweb.dsrg.sofa.osgi.ServiceUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class ServiceUnavailableException
extends java.lang.RuntimeException

ServiceUnavailableException exception

See Also:
Serialized Form

Constructor Summary
ServiceUnavailableException()
           
ServiceUnavailableException(java.lang.String str)
           
ServiceUnavailableException(java.lang.String str, java.lang.Throwable t)
           
ServiceUnavailableException(java.lang.Throwable t)
           
 
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

ServiceUnavailableException

public ServiceUnavailableException()

ServiceUnavailableException

public ServiceUnavailableException(java.lang.String str)

ServiceUnavailableException

public ServiceUnavailableException(java.lang.Throwable t)

ServiceUnavailableException

public ServiceUnavailableException(java.lang.String str,
                                   java.lang.Throwable t)