com.ibm.pim.exceptions
Class PIMSearchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.pim.exceptions.PIMException
              extended by com.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

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

copyright

public static final java.lang.String copyright
See Also:
Constant Field Values
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 -