|
|||||||||||
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.ServiceRegistrationException
A problem occured while attempting to register or unregister an exception.
Constructor Summary | |
ServiceRegistrationException(ServiceName serviceName,
java.lang.Throwable cause)
Creates a ServiceRegistrationException for the specified service caused by the specified Throwable. |
Method Summary | |
ServiceName |
getServiceName()
Gets the name of the service that had a registration problem. |
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 ServiceRegistrationException(ServiceName serviceName, java.lang.Throwable cause)
serviceName
- the name of the service that was being registered or unregistered.cause
- the reason the registeration problem occuredMethod Detail |
public ServiceName getServiceName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |