com.autonomy.aci.exceptions
Class ForbiddenActionException

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

public class ForbiddenActionException
extends AciException

Indicates that the server refused to perform the action as the action is forbidden for that client.

See Also:
Serialized Form

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

ForbiddenActionException

public ForbiddenActionException()

ForbiddenActionException

public ForbiddenActionException(java.lang.String sAttemptedAction)