public class CloudPlatformException extends RuntimeException
Constructor and Description |
---|
CloudPlatformException() |
CloudPlatformException(String message)
Exception constructor.
|
CloudPlatformException(String message,
Throwable cause)
Exception constructor.
|
CloudPlatformException(Throwable cause)
Exception constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CloudPlatformException(@Nullable String message)
message
- The exception message.public CloudPlatformException(@Nullable Throwable cause)
cause
- The exception cause.public CloudPlatformException(@Nullable String message, @Nullable Throwable cause)
message
- The exception message.cause
- The exception cause.public CloudPlatformException()
Copyright © 2020 SAP SE. All rights reserved.