Class TravelModelNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.servicelayer.exceptions.SystemException
de.hybris.platform.travelservices.exceptions.TravelModelNotFoundException
All Implemented Interfaces:
Serializable

public class TravelModelNotFoundException extends de.hybris.platform.servicelayer.exceptions.SystemException
The exception thrown when model is not found.
See Also:
  • Constructor Details

    • TravelModelNotFoundException

      public TravelModelNotFoundException(String message, String subject, String subjectType)
      Instantiates a new TravelModelNotFoundException.
      Parameters:
      message - the message
      subject - the subject
      subjectType - the subject type
    • TravelModelNotFoundException

      public TravelModelNotFoundException(String message, String subject, String subjectType, Throwable cause)
      Instantiates a new TravelModelNotFoundException.
      Parameters:
      message - the message
      subject - the subject
      subjectType - the subject type
      cause - the initial cause
  • Method Details

    • getSubject

      public String getSubject()
      Gets subject.
      Returns:
      the subject
    • getSubjectType

      public String getSubjectType()
      Gets subject type.
      Returns:
      the subject type