|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.dvb.application.storage.ServiceAlreadyExistsException
Thrown if a StoredApplicationService already exists with the identifiers the application tried to create a new one.
Constructor Summary | |
ServiceAlreadyExistsException()
Constructs a ServiceAlreadyExistsException with no detail message. |
|
ServiceAlreadyExistsException(java.lang.String s)
Constructs a ServiceAlreadyExistsException with a detail message |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ServiceAlreadyExistsException()
public ServiceAlreadyExistsException(java.lang.String s)
s
- detail message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |