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

public class DuplicateUidWsException extends AirlineWebserviceException
The exception thrown when there is a conflict between codes
See Also:
  • Field Details

  • Constructor Details

    • DuplicateUidWsException

      public DuplicateUidWsException(String subject)
      Instantiates a new DuplicateUidWsException with the default 'address already in the system' message.
      Parameters:
      subject - the subject
    • DuplicateUidWsException

      public DuplicateUidWsException(Throwable cause)
      Instantiates a new Uid conflict exception.
      Parameters:
      cause - the cause
  • Method Details

    • getSubjectType

      public String getSubjectType()
      Specified by:
      getSubjectType in class de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException