Class OsgiNoServiceAvailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.impl.osgi.OsgiNoServiceAvailableException
-
- All Implemented Interfaces:
Serializable
public class OsgiNoServiceAvailableException extends RuntimeException
Thrown if a proxied OSGI service is invoked and there's no underlying service available in OSGi host.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OsgiNoServiceAvailableException()
OsgiNoServiceAvailableException(String className)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OsgiNoServiceAvailableException
public OsgiNoServiceAvailableException()
-
OsgiNoServiceAvailableException
public OsgiNoServiceAvailableException(String className)
-
-