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
Abstract webservice exception for throwing single errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebserviceException(String message) WebserviceException(String message, String reason) WebserviceException(String message, String reason, String subject) WebserviceException(String message, String reason, String subject, Throwable cause) WebserviceException(String message, String reason, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebserviceException
-
WebserviceException
-
WebserviceException
-
WebserviceException
-
WebserviceException
-
-
Method Details
-
getReason
-
getSubject
-
getType
-
getSubjectType
-