com.adobe.idp.dsc.registry
Class ConfigParameterNotFoundException

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

public class ConfigParameterNotFoundException
extends com.adobe.idp.dsc.DSCException
implements java.io.Serializable

An exception indicating that the configuration parameter was not found.

See Also:
Serialized Form

Constructor Summary
ConfigParameterNotFoundException(java.lang.String aServiceName, java.lang.String aConfigParameter)
          Constructor that uses the service name and configuration parameter.
 
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

ConfigParameterNotFoundException

public ConfigParameterNotFoundException(java.lang.String aServiceName,
                                        java.lang.String aConfigParameter)
Constructor that uses the service name and configuration parameter.

Parameters:
aServiceName - The service name.
aConfigParameter - The configuration parameter.


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