Class ContactSearchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.ContactSearchException
All Implemented Interfaces:
Serializable

public class ContactSearchException extends Exception
Thrown if an error occurs during a contact search
Since:
13.13
See Also:
  • Constructor Details

    • ContactSearchException

      public ContactSearchException(String message)
      Constructs a new ContactSearchException with the specified detail message.
      Parameters:
      message - the detail message
      Since:
      13.13
    • ContactSearchException

      public ContactSearchException(String message, Throwable cause)
      Constructs a new ContactSearchException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause of the exception
      Since:
      13.13