Class StockSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
-
- de.hybris.platform.commercewebservicescommons.errors.exceptions.StockSystemException
-
- All Implemented Interfaces:
java.io.Serializable
public class StockSystemException extends WebserviceException
Exception thrown if stock system is not enabled- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNOT_ENABLED
-
Constructor Summary
Constructors Constructor Description StockSystemException(java.lang.String message)StockSystemException(java.lang.String message, java.lang.String reason)StockSystemException(java.lang.String message, java.lang.String reason, java.lang.String subject)StockSystemException(java.lang.String message, java.lang.String reason, java.lang.String subject, java.lang.Throwable cause)StockSystemException(java.lang.String message, java.lang.String reason, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSubjectType()java.lang.StringgetType()-
Methods inherited from class de.hybris.platform.webservicescommons.errors.exceptions.WebserviceException
getReason, getSubject
-
-
-
-
Field Detail
-
NOT_ENABLED
public static final java.lang.String NOT_ENABLED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StockSystemException
public StockSystemException(java.lang.String message)
-
StockSystemException
public StockSystemException(java.lang.String message, java.lang.String reason)
-
StockSystemException
public StockSystemException(java.lang.String message, java.lang.String reason, java.lang.Throwable cause)
-
StockSystemException
public StockSystemException(java.lang.String message, java.lang.String reason, java.lang.String subject)
-
StockSystemException
public StockSystemException(java.lang.String message, java.lang.String reason, java.lang.String subject, java.lang.Throwable cause)
-
-
Method Detail
-
getType
public java.lang.String getType()
- Specified by:
getTypein classWebserviceException
-
getSubjectType
public java.lang.String getSubjectType()
- Specified by:
getSubjectTypein classWebserviceException
-
-