Class InvalidUserWsException
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.InvalidUserWsException
- All Implemented Interfaces:
Serializable
The exception thrown when user is not valid.
- See Also:
-
Field Summary
FieldsFields inherited from class de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
REASON, TYPE -
Constructor Summary
ConstructorsConstructorDescriptionInvalidUserWsException(String message, String code) Instantiates a new invalid user webservice exception.InvalidUserWsException(String message, String reason, String subject, String code) Instantiates a new invalid user webservice exception.InvalidUserWsException(String message, Throwable cause) Instantiates a new invalid user webservice exception. -
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
-
InvalidUserWsException
Instantiates a new invalid user webservice exception.- Parameters:
message- the messagereason- the reasonsubject- the subjectcode- the code
-
InvalidUserWsException
Instantiates a new invalid user webservice exception.- Parameters:
message- the messagecode- the code
-
InvalidUserWsException
Instantiates a new invalid user webservice exception.- Parameters:
message- the messagecause- the cause
-
-
Method Details
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-