Access Exception
class AccessException(reason: AccessException.Reason, message: String) : Exception
Content copied to clipboard
This message is thrown when cloud storage cannot be accessed. Reasons may be:
Invalid URI
Missing privilege An AccessException is always permanent, i.e. retrying the operation is useless.
Parameters
reason
The reason why the cloud storage could not be accessed
message
A message giving more info about the problem
Constructors
AccessException
Link copied to clipboard
The reason why the cloud storage could not be accessed
Types
Reason
Link copied to clipboard
Functions
addSuppressed
Link copied to clipboard
fillInStackTrace
Link copied to clipboard
getLocalizedMessage
Link copied to clipboard
getStackTrace
Link copied to clipboard
getSuppressed
Link copied to clipboard
printStackTrace
Link copied to clipboard
open fun printStackTrace()
Content copied to clipboard
setStackTrace
Link copied to clipboard