Class RequestParameterWsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
de.hybris.platform.coretravelcommonsocc.errors.exceptions.TravelWebserviceException
de.hybris.platform.coretravelcommonsocc.errors.exceptions.RequestParameterWsException
- All Implemented Interfaces:
Serializable
@ResponseStatus(NOT_FOUND)
public class RequestParameterWsException
extends TravelWebserviceException
The exception thrown when path parameter is not valid.
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.coretravelcommonsocc.errors.exceptions.TravelWebserviceException
REASON, SUBJECT_TYPE, TYPE -
Constructor Summary
ConstructorsConstructorDescriptionRequestParameterWsException(String message, String subject) Instantiates a new RequestParameterWsException.RequestParameterWsException(String message, String subject, String code) Instantiates a new RequestParameterWsException. -
Method Summary
Methods inherited from class de.hybris.platform.coretravelcommonsocc.errors.exceptions.TravelWebserviceException
getCode, getTypeMethods inherited from class de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
getReason, getSubjectMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequestParameterWsException
Instantiates a new RequestParameterWsException.- Parameters:
message- the message of the exceptionsubject- the subject of the exception
-
RequestParameterWsException
Instantiates a new RequestParameterWsException.- Parameters:
message- the message of the exceptionsubject- the subject of the exceptioncode- the code
-
-
Method Details
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-