Class FieldValueNotFoundException

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

public class FieldValueNotFoundException extends RuntimeException
The exception thrown when attributes values does not find.
See Also:
  • Constructor Details

    • FieldValueNotFoundException

      public FieldValueNotFoundException()
      Instantiates a new field value not found exception.
    • FieldValueNotFoundException

      public FieldValueNotFoundException(String message)
      Instantiates a new field value not found exception.
      Parameters:
      message - the message
    • FieldValueNotFoundException

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

      public FieldValueNotFoundException(Throwable cause)
      Instantiates a new field value not found exception.
      Parameters:
      cause - the cause
    • FieldValueNotFoundException

      public FieldValueNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new field value not found exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace