org.apache.felix.jmood.core
Class ServiceNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.felix.jmood.core.ServiceNotAvailableException
All Implemented Interfaces:
Serializable

public class ServiceNotAvailableException
extends Exception

See Also:
Serialized Form

Constructor Summary
ServiceNotAvailableException()
           
ServiceNotAvailableException(String message)
           
ServiceNotAvailableException(String message, Throwable cause)
           
ServiceNotAvailableException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceNotAvailableException

public ServiceNotAvailableException()

ServiceNotAvailableException

public ServiceNotAvailableException(String message)

ServiceNotAvailableException

public ServiceNotAvailableException(String message,
                                    Throwable cause)

ServiceNotAvailableException

public ServiceNotAvailableException(Throwable cause)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.