Class NoSuchEntityFieldException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.s4hana.datamodel.odata.exception.NoSuchEntityFieldException
All Implemented Interfaces:
Serializable

public class NoSuchEntityFieldException extends RuntimeException
Throws if a certain field cannot be found for an entity.
See Also:
  • Constructor Details

    • NoSuchEntityFieldException

      public NoSuchEntityFieldException(@Nullable String message)
      Initializes a new NoSuchEntityFieldException instance.
      Parameters:
      message - The exception message.
    • NoSuchEntityFieldException

      public NoSuchEntityFieldException(@Nullable Throwable cause)
      Initializes a new NoSuchEntityFieldException instance.
      Parameters:
      cause - The exception cause.
    • NoSuchEntityFieldException

      public NoSuchEntityFieldException(@Nullable String message, @Nullable Throwable cause)
      Initializes a new NoSuchEntityFieldException instance.
      Parameters:
      message - The exception message.
      cause - The exception cause.
    • NoSuchEntityFieldException

      public NoSuchEntityFieldException()