Class SolutionCancelWsException

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.coreairlineocc.errors.exceptions.SolutionCancelWsException
All Implemented Interfaces:
Serializable

public class SolutionCancelWsException extends AirlineWebserviceException
Exception to handled solution id errors
See Also:
  • Constructor Details

    • SolutionCancelWsException

      public SolutionCancelWsException(String message, String subject, String code)
      Instantiates a new SolutionCancelWsException.
      Parameters:
      message - the message
      subject - the subject
      code - the code
    • SolutionCancelWsException

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

    • getType

      public String getType()
      Overrides:
      getType in class AirlineWebserviceException
    • getSubjectType

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