Package com.atlassian.bamboo.plugin.osgi
Class OsgiServiceProxyFactoryImpl.ServiceTimeoutExceeded
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.bamboo.plugin.osgi.OsgiServiceProxyFactoryImpl.ServiceTimeoutExceeded
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OsgiServiceProxyFactoryImpl
public static class OsgiServiceProxyFactoryImpl.ServiceTimeoutExceeded extends RuntimeException
Thrown if the timeout waiting for the service has been exceeded- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceTimeoutExceeded(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServiceTimeoutExceeded
public ServiceTimeoutExceeded(String message)
-
-