Class InternalErrorWsException

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

public class InternalErrorWsException extends AirlineWebserviceException
The general server error exception
See Also:
  • Constructor Details

    • InternalErrorWsException

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

      public InternalErrorWsException(String message, String subject, String code, Throwable cause)
      Instantiates a new InternalErrorWsException.
      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