In package de.adorsys.android.securestorage2
class de.adorsys.android.securestorage2.SecureStorageException
Useful for catching possible exceptions thrown internally in the library so the user knows what to expect
Constructors
constructor(detailMessage: String, cause: Throwable?, type: ExceptionType)
Useful for catching possible exceptions thrown internally in the library so the user knows what to expect
Parameters:
-
detailMessage: String
Exception message that will be shown to developer when it is thrown
-
cause: Throwable?
Cause of the throwable that has been caught (can be null)
-
type: ExceptionType
Type of exception that should be thrown