Class ContactSearchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.ContactSearchException
- All Implemented Interfaces:
Serializable
Thrown if an error occurs during a contact search
- Since:
- 13.13
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContactSearchException(String message) Constructs a newContactSearchExceptionwith the specified detail message.ContactSearchException(String message, Throwable cause) Constructs a newContactSearchExceptionwith the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContactSearchException
Constructs a newContactSearchExceptionwith the specified detail message.- Parameters:
message- the detail message- Since:
- 13.13
-
ContactSearchException
Constructs a newContactSearchExceptionwith the specified detail message and cause.- Parameters:
message- the detail messagecause- the cause of the exception- Since:
- 13.13
-