Class WebserviceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyExistsException, BadPunchOutRequestException, CaptchaTokenMissingException, CaptchaValidationException, CartAddressException, CartEntryException, CartEntryGroupException, CartException, CartVoucherExpiredException, CartVoucherExpiredException, CodeConflictException, ConsentWithdrawnException, ConvertException, CouponCodeGenerationWsException, CouponCodesNotFoundWsException, CouponRequestWsError, FileDownloadException, FileDownloadException, FileUploadException, FileUploadException, InvalidCouponStateException, LowStockException, MessageCenterCSException, MessageCenterCSException, NotFoundException, NotShippedException, NotShippedException, PaymentProviderException, PaymentProviderException, PunchOutCartMissingException, RequestParameterException, SessionAttributeException, StockSystemException, TicketCreateException, TicketEventAttachmentCreateException, TicketEventCreateException, UnknownResourceException

public abstract class WebserviceException extends RuntimeException
Abstract webservice exception for throwing single errors.
See Also:
  • Constructor Details

    • WebserviceException

      public WebserviceException(String message)
    • WebserviceException

      public WebserviceException(String message, String reason)
    • WebserviceException

      public WebserviceException(String message, String reason, Throwable cause)
    • WebserviceException

      public WebserviceException(String message, String reason, String subject)
    • WebserviceException

      public WebserviceException(String message, String reason, String subject, Throwable cause)
  • Method Details

    • getReason

      public String getReason()
    • getSubject

      public String getSubject()
    • getType

      public abstract String getType()
    • getSubjectType

      public abstract String getSubjectType()