com.adobe.idp.dsc.registry.service
Class DuplicateServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idp.dsc.DSCException
              extended by com.adobe.idp.dsc.registry.RegistryException
                  extended by com.adobe.idp.dsc.registry.service.DuplicateServiceException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateServiceException
extends RegistryException

Duplicate service exception.

See Also:
Serialized Form

Constructor Summary
DuplicateServiceException(java.lang.String aServiceId)
          Constructor that creates the exception using the service identifier.
 
Method Summary
 java.lang.String getServiceId()
          Retrieves the service identifier.
 
Methods inherited from class com.adobe.idp.dsc.DSCException
getError, getMessage, getNestedThrowable, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateServiceException

public DuplicateServiceException(java.lang.String aServiceId)
Constructor that creates the exception using the service identifier.

Parameters:
aServiceId - The service identifier.
Method Detail

getServiceId

public java.lang.String getServiceId()
Retrieves the service identifier.

Returns:
The service identifier.


[an error occurred while processing this directive] [an error occurred while processing this directive]