com.adobe.idp.dsc.registry
Class InputParameterNotFoundException

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

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

An exception indicating that the input parameter was not found.

See Also:
Serialized Form

Constructor Summary
InputParameterNotFoundException(java.lang.String aServiceName, java.lang.String aOperationName, java.lang.String aParameterName)
          Constructor that uses the service name, operation name, and input 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

InputParameterNotFoundException

public InputParameterNotFoundException(java.lang.String aServiceName,
                                       java.lang.String aOperationName,
                                       java.lang.String aParameterName)
Constructor that uses the service name, operation name, and input parameter.

Parameters:
aServiceName - The service name.
aOperationName - The operation name.
aParameterName - The input parameter.


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