Package de.hybris.platform.order
Class PriceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.servicelayer.exceptions.BusinessException
-
- de.hybris.platform.order.PriceException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="ages", forRemoval=true) public class PriceException extends BusinessExceptionDeprecated, for removal: This API element is subject to removal in a future version.since agesnot used!- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PriceException(java.lang.String message)Deprecated, for removal: This API element is subject to removal in a future version.PriceException(java.lang.String message, java.lang.Throwable cause)Deprecated, for removal: This API element is subject to removal in a future version.PriceException(java.lang.Throwable cause)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
PriceException
public PriceException(java.lang.String message)
Deprecated, for removal: This API element is subject to removal in a future version.
-
PriceException
public PriceException(java.lang.Throwable cause)
Deprecated, for removal: This API element is subject to removal in a future version.
-
PriceException
public PriceException(java.lang.String message, java.lang.Throwable cause)Deprecated, for removal: This API element is subject to removal in a future version.
-
-