Class DuplicateUidWsException
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.DuplicateUidWsException
- All Implemented Interfaces:
Serializable
The exception thrown when there is a conflict between codes
- See Also:
-
Field Summary
FieldsFields inherited from class de.hybris.platform.coreairlinecommonsocc.errors.exceptions.AirlineWebserviceException
REASON, SUBJECT_TYPE, TYPE -
Constructor Summary
ConstructorsConstructorDescriptionDuplicateUidWsException(String subject) Instantiates a new DuplicateUidWsException with the default 'address already in the system' message.DuplicateUidWsException(Throwable cause) Instantiates a new Uid conflict 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
-
DEFAULT_MESSAGE
- See Also:
-
-
Constructor Details
-
DuplicateUidWsException
Instantiates a new DuplicateUidWsException with the default 'address already in the system' message.- Parameters:
subject- the subject
-
DuplicateUidWsException
Instantiates a new Uid conflict exception.- Parameters:
cause- the cause
-
-
Method Details
-
getSubjectType
- Specified by:
getSubjectTypein classde.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-