Class NoServiceBindingException

All Implemented Interfaces:
Serializable

public class NoServiceBindingException extends CloudPlatformException
Thrown if no binding is found to a service on SAP Business Technology Platform Cloud Foundry.
See Also:
  • Constructor Details

    • NoServiceBindingException

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

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

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

      public NoServiceBindingException()