PolyOsException

open class PolyOsException : RuntimeException

Exception thrown by any PolyOs API. This could be due to non non whitelisted apps, etc.

Constructors

Link copied to clipboard
open fun PolyOsException()
Link copied to clipboard
open fun PolyOsException(message: String)
Link copied to clipboard
open fun PolyOsException(message: String, type: PolyOsException.Type)

Types

Link copied to clipboard
enum Type
Represents the type of exception

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
open fun fillInStackTrace(): Throwable
Link copied to clipboard
open fun getCause(): Throwable
Link copied to clipboard
open fun getLocalizedMessage(): String
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
open fun getStackTrace(): Array<StackTraceElement>
Link copied to clipboard
fun getSuppressed(): Array<Throwable>
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun setStackTrace(stackTrace: Array<StackTraceElement>)
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
private open var type: PolyOsException.Type