com.autonomy.aci.exceptions
Class BadParameterException

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

public class BadParameterException
extends AciException

Indicates that the server could not perform the action as a parameter for the action was incorrect or missing in the request.

See Also:
Serialized Form

Constructor Summary
BadParameterException(java.lang.String sACIErrorString)
           
BadParameterException(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

BadParameterException

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

BadParameterException

public BadParameterException(java.lang.String sACIErrorString)