Class SaveAddressWsException

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.SaveAddressWsException
All Implemented Interfaces:
Serializable

@ResponseStatus(UNPROCESSABLE_ENTITY) public class SaveAddressWsException extends AirlineWebserviceException
The exception thrown when error occurs during the save of the address.
See Also:
  • Constructor Details

    • SaveAddressWsException

      public SaveAddressWsException(String message, String code, Throwable cause)
      Instantiates a new SaveAddressWsException.
      Parameters:
      message - the message
      code - the code
      cause - the cause
  • Method Details

    • getSubjectType

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