com.ibm.pim.exceptions
Class PIMSearchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.pim.exceptions.PIMException
              extended bycom.ibm.pim.exceptions.PIMSearchException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PIMUndefinedValueException

public class PIMSearchException
extends PIMException

An exception that provides information on WPC Search related errors.

See Also:
Serialized Form

Constructor Summary
PIMSearchException(java.lang.String message)
           
PIMSearchException(java.lang.String message, java.lang.Throwable cause)
           
 
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
 

Constructor Detail

PIMSearchException

public PIMSearchException(java.lang.String message)
Parameters:
message -

PIMSearchException

public PIMSearchException(java.lang.String message,
                          java.lang.Throwable cause)
Parameters:
message -
cause -