Since: API level 37
public class

KnoxZtException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.samsung.android.knox.zt.KnoxZtException

Class Overview

This class provides APIs related to Knox Zero Trust Exception RuntimeException is superclass of KnoxZtException

Since
API level 37
KNOX 3.10

Summary

Public Constructors
KnoxZtException(String message)
Constructor for KnoxZtException
Public Methods
String toString()
Converts the exception into a string representation
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public KnoxZtException (String message)

Since: API level 37

Constructor for KnoxZtException

Parameters
message error message
Since
API level 37
KNOX 3.10

Public Methods

public String toString ()

Since: API level

Converts the exception into a string representation

Returns
  • string representation of the exception
Since
API level 37
KNOX 3.10