Class UnknownIdentifierWsException
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.UnknownIdentifierWsException
- All Implemented Interfaces:
Serializable
The exception thrown when the item identifier is unknown.
- See Also:
-
Field Summary
FieldsFields inherited from class de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
REASON, SUBJECT_TYPE, TYPE -
Constructor Summary
ConstructorsConstructorDescriptionUnknownIdentifierWsException(String message, Throwable cause) Instantiates a new UnknownIdentifierWsException. -
Method Summary
Methods inherited from class de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
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
-
Field Details
-
SUBJECT
- See Also:
-
-
Constructor Details
-
UnknownIdentifierWsException
Instantiates a new UnknownIdentifierWsException.- Parameters:
message- the messagecause- the cause
-
-
Method Details
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-