DataUnsupportedVersionException

  • The DataUnsupportedVersionException is a public class indicating that data passed for an operation is not supported by the current SDK version.

  • It has two public constructors, one with no arguments and one that accepts a String message.

  • The class inherits methods from java.lang.Throwable and java.lang.Object.

public class DataUnsupportedVersionException

The data passed in for this operation is not supported by this version of the SDK.

Public Constructors

Inherited Methods

Public Constructors

DataUnsupportedVersionException

public DataUnsupportedVersionException()

DataUnsupportedVersionException

public DataUnsupportedVersionException(
  String message
)

Details
Parameters
message