Class QuoteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.b2bocc.exceptions.QuoteException
All Implemented Interfaces:
Serializable

public class QuoteException extends RuntimeException
Generic Exception for Quotes. Mainly intended for generating the right REST status codes. It should be used for generating BAD_REQUEST.
See Also:
  • Constructor Details

    • QuoteException

      public QuoteException(String message)
    • QuoteException

      public QuoteException(String message, Throwable t)