Class ObjectLookupFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.cloudplatform.exception.ObjectLookupFailedException
All Implemented Interfaces:
Serializable

public class ObjectLookupFailedException extends RuntimeException
Thrown if the lookup of an object fails.
See Also:
  • Constructor Details

    • ObjectLookupFailedException

      public ObjectLookupFailedException(@Nullable String message)
      Exception constructor.
      Parameters:
      message - The exception message.
    • ObjectLookupFailedException

      public ObjectLookupFailedException(@Nullable Throwable cause)
      Exception constructor.
      Parameters:
      cause - The exception cause.
    • ObjectLookupFailedException

      public ObjectLookupFailedException(@Nullable String message, @Nullable Throwable cause)
      Exception constructor.
      Parameters:
      message - The exception message.
      cause - The exception cause.
    • ObjectLookupFailedException

      public ObjectLookupFailedException()