com.elasticpath.service.index.impl
Class EpEmptySearchCriteriaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.elasticpath.commons.exception.EpSystemException
                  extended by com.elasticpath.service.EpServiceException
                      extended by com.elasticpath.service.index.impl.EpEmptySearchCriteriaException
All Implemented Interfaces:
java.io.Serializable

public class EpEmptySearchCriteriaException
extends EpServiceException

This exception will be thrown in case an empty search criteria is given.

See Also:
Serialized Form

Constructor Summary
EpEmptySearchCriteriaException(java.lang.String msg)
          Creates a new object.
EpEmptySearchCriteriaException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new object.
 
Method Summary
 
Methods inherited from class com.elasticpath.service.EpServiceException
getName
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EpEmptySearchCriteriaException

public EpEmptySearchCriteriaException(java.lang.String msg)
Creates a new object.

Parameters:
msg - the message

EpEmptySearchCriteriaException

public EpEmptySearchCriteriaException(java.lang.String msg,
                                      java.lang.Throwable cause)
Creates a new object.

Parameters:
msg - the message
cause - the root cause