org.dvb.application.storage
Class ServiceAlreadyExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.dvb.application.storage.ServiceAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class ServiceAlreadyExistsException
extends java.lang.Exception

Thrown if a StoredApplicationService already exists with the identifiers the application tried to create a new one.

Since:
MHP1.1
See Also:
Serialized Form

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

ServiceAlreadyExistsException

public ServiceAlreadyExistsException()
Constructs a ServiceAlreadyExistsException with no detail message.

ServiceAlreadyExistsException

public ServiceAlreadyExistsException(java.lang.String s)
Constructs a ServiceAlreadyExistsException with a detail message
Parameters:
s - detail message