Class InvalidUserWsException

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

public class InvalidUserWsException extends AirlineWebserviceException
The exception thrown when user is not valid.
See Also:
  • Field Details

  • Constructor Details

    • InvalidUserWsException

      public InvalidUserWsException(String message, String reason, String subject, String code)
      Instantiates a new invalid user webservice exception.
      Parameters:
      message - the message
      reason - the reason
      subject - the subject
      code - the code
    • InvalidUserWsException

      public InvalidUserWsException(String message, String code)
      Instantiates a new invalid user webservice exception.
      Parameters:
      message - the message
      code - the code
    • InvalidUserWsException

      public InvalidUserWsException(String message, Throwable cause)
      Instantiates a new invalid user webservice exception.
      Parameters:
      message - the message
      cause - the cause
  • Method Details

    • getSubjectType

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