org.dvb.application.storage
Class ServiceAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
 
Method Summary
 
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
equals, 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