Class BoundIdNotFoundException

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

public class BoundIdNotFoundException extends RuntimeException
The exception thrown when bound id is not available.
See Also:
  • Constructor Details

    • BoundIdNotFoundException

      public BoundIdNotFoundException()
      Instantiates a new bound id not found exception.
    • BoundIdNotFoundException

      public BoundIdNotFoundException(String message)
      Instantiates a new bound id not found exception.
      Parameters:
      message - the message
    • BoundIdNotFoundException

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

      public BoundIdNotFoundException(Throwable cause)
      Instantiates a new bound id not found exception.
      Parameters:
      cause - the cause
    • BoundIdNotFoundException

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