com.autonomy.aci.exceptions
Class MissingParameterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.autonomy.aci.exceptions.AciException
              extended bycom.autonomy.aci.exceptions.MissingParameterException
All Implemented Interfaces:
java.io.Serializable

public class MissingParameterException
extends AciException

Indicates that the server could not perform the action as a necessary parameter for the action was missing from the request.

See Also:
Serialized Form

Constructor Summary
MissingParameterException(java.lang.String sACIErrorString)
           
MissingParameterException(java.lang.String sAttemptedAction, java.lang.String sACIErrorString)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingParameterException

public MissingParameterException(java.lang.String sAttemptedAction,
                                 java.lang.String sACIErrorString)

MissingParameterException

public MissingParameterException(java.lang.String sACIErrorString)