Class CloudPlatformException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.cloudplatform.exception.CloudPlatformException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MultipleServiceBindingsException, NoServiceBindingException

public class CloudPlatformException extends RuntimeException
Thrown for issues that are related to a Cloud platform.
See Also:
  • Constructor Details

    • CloudPlatformException

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

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

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

      public CloudPlatformException()