Class OsgiNoServiceAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.impl.osgi.OsgiNoServiceAvailableException
- All Implemented Interfaces:
- Serializable
Thrown if a proxied OSGI service is invoked and there's no underlying service available in OSGi host.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionOsgiNoServiceAvailableException(String className) OsgiNoServiceAvailableException(String className, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
OsgiNoServiceAvailableExceptionpublic OsgiNoServiceAvailableException()
- 
OsgiNoServiceAvailableException
- 
OsgiNoServiceAvailableException
 
-