com.adobe.idp.dsc.registry
Class EndpointNotEnabledException

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.EndpointNotEnabledException
All Implemented Interfaces:
java.io.Serializable

public class EndpointNotEnabledException
extends RegistryException

An exception indicating that the endpoint was not enabled.

See Also:
Serialized Form

Constructor Summary
EndpointNotEnabledException(java.lang.String aConnectorType, java.lang.String aServiceId)
          Constructor that uses the specified connector type and service identifier.
 
Method Summary
 
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

EndpointNotEnabledException

public EndpointNotEnabledException(java.lang.String aConnectorType,
                                   java.lang.String aServiceId)
Constructor that uses the specified connector type and service identifier.

Parameters:
aConnectorType - The connector type.
aServiceId - The service identifier.


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