Class UnknownResourceWsException
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.UnknownResourceWsException
- All Implemented Interfaces:
Serializable
The exception thrown when requested resource is not found.
- See Also:
-
Field Summary
FieldsFields inherited from class de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
REASON, TYPE -
Constructor Summary
ConstructorsConstructorDescriptionUnknownResourceWsException(String message, String subject) Create new exceptionUnknownResourceWsException(String message, String subject, String code) Instantiates a new UnknownResourceWsException.UnknownResourceWsException(String message, String subject, String code, Throwable cause) Instantiates a new UnknownResourceWsException.UnknownResourceWsException(String subject, Throwable cause) Create new exception with a default 'not found' message -
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
-
DEFAULT_MESSAGE
- See Also:
-
-
Constructor Details
-
UnknownResourceWsException
Instantiates a new UnknownResourceWsException.- Parameters:
message- the messagesubject- the subjectcode- the code
-
UnknownResourceWsException
Instantiates a new UnknownResourceWsException.- Parameters:
message- the messagesubject- the subjectcode- the codecause- the cause
-
UnknownResourceWsException
Create new exception with a default 'not found' message- Parameters:
subject- the subject
-
UnknownResourceWsException
Create new exception- Parameters:
subject- the subjectmessage- the custom message
-
-
Method Details
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-