com.autonomy.aci.exceptions
Class NotLicensedException

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

public class NotLicensedException
extends AciException

Indicates that the server refused to perform the action as the action is not licensed on that server.

See Also:
Serialized Form

Constructor Summary
NotLicensedException(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

NotLicensedException

public NotLicensedException(java.lang.String sAttemptedAction)