Class IllegalArgumentWsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
de.hybris.platform.coretravelcommonsocc.errors.exceptions.TravelWebserviceException
de.hybris.platform.coretravelcommonsocc.errors.exceptions.IllegalArgumentWsException
All Implemented Interfaces:
Serializable

public class IllegalArgumentWsException extends TravelWebserviceException
The exception when an illegal argument is detected.
See Also:
  • Field Details

  • Constructor Details

    • IllegalArgumentWsException

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

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

    • getType

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

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