com.primus.ae.searchclient
Class InvalidSearchSessionXml

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.InvalidSearchSessionXml
All Implemented Interfaces:
java.io.Serializable

public class InvalidSearchSessionXml
extends atg.search.routing.RoutingException

Thrown for bad search session XML. The offending XML will be indicated.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
InvalidSearchSessionXml(java.lang.String msg)
           
InvalidSearchSessionXml(java.lang.String msg, java.lang.Throwable cause)
           
 
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

InvalidSearchSessionXml

public InvalidSearchSessionXml(java.lang.String msg)
Parameters:
msg - A message indicating the bad XML

InvalidSearchSessionXml

public InvalidSearchSessionXml(java.lang.String msg,
                               java.lang.Throwable cause)
Parameters:
msg - A message indicating the bad xml
cause - the root cause of this exception, perhaps a parser exception