|
|||||||||||
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.ServiceAlreadyExistsException
Signifies that an attempt was made to register a service using a name that already has a service registered.
Constructor Summary | |
ServiceAlreadyExistsException(ServiceName serviceName)
Creates a ServiceAlreadyExistsException for the specified service name. |
Method Summary | |
ServiceName |
getServiceName()
Gets the name of the service that caused this exception. |
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 ServiceAlreadyExistsException(ServiceName serviceName)
serviceName
- the name of the service that already existsMethod Detail |
public ServiceName getServiceName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |