Class SolutionCancelWsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
de.hybris.platform.coreairlineocc.errors.exceptions.SolutionCancelWsException
- All Implemented Interfaces:
Serializable
Exception to handled solution id errors
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
REASON -
Constructor Summary
ConstructorsConstructorDescriptionSolutionCancelWsException(String message, String subject, String code) Instantiates a new SolutionCancelWsException.SolutionCancelWsException(String message, String subject, String code, Throwable cause) Instantiates a new SolutionCancelWsException. -
Method Summary
Methods inherited from class de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
getCodeMethods 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
-
SolutionCancelWsException
Instantiates a new SolutionCancelWsException.- Parameters:
message- the messagesubject- the subjectcode- the code
-
SolutionCancelWsException
Instantiates a new SolutionCancelWsException.- Parameters:
message- the messagesubject- the subjectcode- the codecause- the cause
-
-
Method Details
-
getType
- Overrides:
getTypein classAirlineWebserviceException
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-