com.extrememessaging.ResponseMaster
Class InvalidCategoryName

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.extrememessaging.ResponseMaster.InvalidCategoryName
All Implemented Interfaces:
java.io.Serializable

public class InvalidCategoryName
extends java.lang.Exception

This class is thrown if the category name passed to a number of functions is incorrect. It is initially thrown from eCategories.GetCategoryIDFromName

See Also:
eCategories.GetCategoryIDFromName(java.lang.String), Serialized Form

Field Summary
 java.lang.String CategoryName
           
 
Constructor Summary
InvalidCategoryName(java.lang.String CategoryName)
           
 
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
 

Field Detail

CategoryName

public java.lang.String CategoryName
Constructor Detail

InvalidCategoryName

public InvalidCategoryName(java.lang.String CategoryName)