com.autonomy.aci.exceptions
Class InvalidCategoryException

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

public class InvalidCategoryException
extends IDOLException

Indicates that IDOL refused to process an action because the specified category does not have an entry on IDOL.

See Also:
Serialized Form

Constructor Summary
InvalidCategoryException()
           
InvalidCategoryException(java.lang.String sCategoryName)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setCategoryName(java.lang.String sCategoryName)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidCategoryException

public InvalidCategoryException()

InvalidCategoryException

public InvalidCategoryException(java.lang.String sCategoryName)
Method Detail

setCategoryName

public void setCategoryName(java.lang.String sCategoryName)

getMessage

public java.lang.String getMessage()