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
Throws if a certain field cannot be found for an entity.
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchEntityFieldException
(String message) Initializes a newNoSuchEntityFieldException
instance.NoSuchEntityFieldException
(String message, Throwable cause) Initializes a newNoSuchEntityFieldException
instance.Initializes a newNoSuchEntityFieldException
instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchEntityFieldException
Initializes a newNoSuchEntityFieldException
instance.- Parameters:
message
- The exception message.
-
NoSuchEntityFieldException
Initializes a newNoSuchEntityFieldException
instance.- Parameters:
cause
- The exception cause.
-
NoSuchEntityFieldException
Initializes a newNoSuchEntityFieldException
instance.- Parameters:
message
- The exception message.cause
- The exception cause.
-
NoSuchEntityFieldException
public NoSuchEntityFieldException()
-