com.adobe.idp.dsc.registry
Class OutputParameterNotFoundException

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

public class OutputParameterNotFoundException
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
OutputParameterNotFoundException(java.lang.String aServiceName, java.lang.String aOperationName, java.lang.String aParameterName)
          Constructor that uses the service name, operation name, and output 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

OutputParameterNotFoundException

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

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


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