|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.xbean.kernel.UnregisterServiceException
Signafies that there was a problem starting a service and the StartStrategies would like the kernel to unregister the service.
Constructor Summary | |
UnregisterServiceException(ServiceName serviceName,
java.lang.Throwable cause)
Creates a UnregisterServiceException for the specified service name. |
Method Summary | |
ServiceName |
getServiceName()
Gets the name of the service that is to be unregistered. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UnregisterServiceException(ServiceName serviceName, java.lang.Throwable cause)
serviceName
- the name of the service that is to be unregisteredcause
- the reason we are unregistering the serviceMethod Detail |
public ServiceName getServiceName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |