Class AnswerStatusInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.skava.core.ECommerceException
com.skava.ratingandreviews.exceptions.AnswerStatusInvalidException
- All Implemented Interfaces:
Serializable
public class AnswerStatusInvalidException
extends com.skava.core.ECommerceException
AnswerStatusInvalidException
This class act as a exception for answer invalid exception.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields inherited from class com.skava.core.ECommerceException
ERR_INVALID_PARAMETERS, ERR_NONE, ERR_UNKNOWN
-
Constructor Summary
ConstructorsConstructorDescriptionAnswerStatusInvalidException
(long id) This method is used to throw answer status not found exception. -
Method Summary
Methods inherited from class com.skava.core.ECommerceException
getErrorCode, getErrorMessage, getHttpStatusCode, getParameters
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AnswerStatusInvalidException
public AnswerStatusInvalidException(long id) This method is used to throw answer status not found exception.- Parameters:
id
- It refers whether the answer status is available or not.
-