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 Summary
ConstructorsConstructorDescriptionOsgiNoServiceAvailableException
(String className) OsgiNoServiceAvailableException
(String className, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OsgiNoServiceAvailableException
public OsgiNoServiceAvailableException() -
OsgiNoServiceAvailableException
-
OsgiNoServiceAvailableException
-