Class QuoteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.b2b.occ.exceptions.QuoteException
-
- All Implemented Interfaces:
java.io.Serializable
public class QuoteException extends java.lang.RuntimeExceptionGeneric Exception for Quotes. Mainly intended for generating the right REST status codes. It should be used for generating BAD_REQUEST.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuoteException(java.lang.String message)QuoteException(java.lang.String message, java.lang.Throwable t)
-