com.primus.ae.searchclient
Class MissingOptionSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.search.routing.RoutingException
              extended by com.primus.ae.searchclient.MissingOptionSetException
All Implemented Interfaces:
java.io.Serializable

public class MissingOptionSetException
extends atg.search.routing.RoutingException

Thrown when an expected option set is missing from the established SearchSession

See Also:
SearchSession, Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
MissingOptionSetException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class atg.search.routing.RoutingException
getProblematicRequest, setProblematicRequest
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

MissingOptionSetException

public MissingOptionSetException(java.lang.String message)
Parameters:
message - A message indicating the missing optionset