hwsecurity / de.cotech.hw.exceptions / ConditionsNotSatisfiedException /

ConditionsNotSatisfiedException

open class ConditionsNotSatisfiedException : SecurityKeyException

Constructors

Name Summary
ConditionsNotSatisfiedException open fun ConditionsNotSatisfiedException()
ConditionsNotSatisfiedException open fun ConditionsNotSatisfiedException(longErrorMessage: String)

Functions

Name Summary
addSuppressed fun addSuppressed(p: Throwable)
fillInStackTrace open fun fillInStackTrace(): Throwable
getCause open fun getCause(): Throwable
getLocalizedMessage open fun getLocalizedMessage(): String
getMessage open fun getMessage(): String
getOurStackTrace open fun getOurStackTrace(): Array<StackTraceElement>
getResponseCode open fun getResponseCode(): Short
getShortErrorName open fun getShortErrorName(): String
getStackTrace open fun getStackTrace(): Array<StackTraceElement>
getStackTraceDepth open fun getStackTraceDepth(): Int
getStackTraceElement open fun getStackTraceElement(p: Int): StackTraceElement
getSuppressed fun getSuppressed(): Array<Throwable>
initCause open fun initCause(p: Throwable): Throwable
printEnclosedStackTrace open fun printEnclosedStackTrace(p: Throwable.PrintStreamOrWriter, p1: Array<StackTraceElement>, p2: String, p3: String, p4: Set<Throwable>)
printStackTrace open fun printStackTrace()
readObject open fun readObject(p: ObjectInputStream)
setStackTrace open fun setStackTrace(p: Array<StackTraceElement>)
toString open fun toString(): String
validateSuppressedExceptionsList open fun validateSuppressedExceptionsList(p: List<Throwable>): Int
writeObject open fun writeObject(p: ObjectOutputStream)

Properties

Name Summary
SW_CONDITIONS_NOT_SATISFIED val SW_CONDITIONS_NOT_SATISFIED: Int