Class OrderNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.travelfacades.order.exceptions.OrderNotFoundException
All Implemented Interfaces:
Serializable

public class OrderNotFoundException extends RuntimeException
The exception thrown when order is not found.
See Also:
  • Field Details

  • Constructor Details

    • OrderNotFoundException

      public OrderNotFoundException()
      Instantiates a new Order not found exception.
    • OrderNotFoundException

      public OrderNotFoundException(String message)
      Instantiates a new Order not found exception.
      Parameters:
      message - the message
    • OrderNotFoundException

      public OrderNotFoundException(String message, String reason)
      Instantiates a new OrderNotFoundException.
      Parameters:
      message - the message
      reason - the reason
    • OrderNotFoundException

      public OrderNotFoundException(String message, Throwable cause)
      Instantiates a new Order not found exception.
      Parameters:
      message - the message
      cause - the cause
    • OrderNotFoundException

      public OrderNotFoundException(Throwable cause)
      Instantiates a new Order not found exception.
      Parameters:
      cause - the cause
    • OrderNotFoundException

      public OrderNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new Order not found exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace
  • Method Details

    • getReason

      public String getReason()
      Gets reason.
      Returns:
      the reason