Page Summary
-
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.Throwableandjava.lang.Object.
public class
DataUnsupportedVersionException
The data passed in for this operation is not supported by this version of the SDK.
Public Constructors
|
|
|
DataUnsupportedVersionException(String message)
|
Inherited Methods
Public Constructors
public DataUnsupportedVersionException ()
DataUnsupportedVersionException
public DataUnsupportedVersionException()
public DataUnsupportedVersionException (String message)
DataUnsupportedVersionException
public DataUnsupportedVersionException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||