Since: API level 23
public class

SdpException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.samsung.android.knox.sdp.core.SdpException

Deprecated in API level 33

Class Overview

Thrown when an error associated to SDP occurs.

Since
API level 23
KNOX 3.0

Summary

Public Methods
int getErrorCode()
Deprecated in API level 33
int getTimeout()
Deprecated in API level 33
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Methods

public int getErrorCode ()

Since: API level 26

Deprecated in API level 33

Accessor for SDP error code.

Returns
  • SDP error code.
Since
API level 26
KNOX 3.2
Multiuser Environment
User Scope
See Also

public int getTimeout ()

Since: API level 26

Deprecated in API level 33

Accessor for SDP engine throttle timeout.

Returns
  • SDP engine throttle timeout.
Since
API level 26
KNOX 3.2
Multiuser Environment
User Scope
See Also