Class RequestSerializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.s4hana.connectivity.exception.RequestSerializationException
All Implemented Interfaces:
Serializable

@Deprecated public class RequestSerializationException extends RuntimeException
Deprecated.
This module will be discontinued, along with its classes and methods.
Indicates an exception related to the serialization of a request.
See Also:
  • Constructor Details

    • RequestSerializationException

      public RequestSerializationException(@Nullable String message)
      Deprecated.
      Constructor.
      Parameters:
      message - The message.
    • RequestSerializationException

      public RequestSerializationException(@Nullable Throwable cause)
      Deprecated.
      Constructor.
      Parameters:
      cause - The error cause.
    • RequestSerializationException

      public RequestSerializationException(@Nullable String message, @Nullable Throwable cause)
      Deprecated.
      Constructor.
      Parameters:
      message - The message.
      cause - The error cause.
    • RequestSerializationException

      public RequestSerializationException()
      Deprecated.