Class InvalidResourceWsException
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.coreairlinecommonsocc.errors.exceptions.InvalidResourceWsException
- All Implemented Interfaces:
Serializable
The exception thrown when invalid resource is requested.
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
REASON, TYPE -
Constructor Summary
ConstructorsConstructorDescriptionInvalidResourceWsException(String message) Instantiates a new InvalidResourceWsException. -
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
-
Constructor Details
-
InvalidResourceWsException
Instantiates a new InvalidResourceWsException.- Parameters:
message- the message
-
-
Method Details
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-