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
ConstructorsConstructorDescriptionNoSuchEntityFieldException(String message) Initializes a newNoSuchEntityFieldExceptioninstance.NoSuchEntityFieldException(String message, Throwable cause) Initializes a newNoSuchEntityFieldExceptioninstance.Initializes a newNoSuchEntityFieldExceptioninstance. -
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 newNoSuchEntityFieldExceptioninstance.- Parameters:
message- The exception message.
-
NoSuchEntityFieldException
Initializes a newNoSuchEntityFieldExceptioninstance.- Parameters:
cause- The exception cause.
-
NoSuchEntityFieldException
Initializes a newNoSuchEntityFieldExceptioninstance.- Parameters:
message- The exception message.cause- The exception cause.
-
NoSuchEntityFieldException
public NoSuchEntityFieldException()
-