Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)

Types

Link copied to clipboard
class AlreadyRegisteredException(message: String? = null, cause: Throwable? = null) : SudoUserException
Link copied to clipboard
object Companion
Link copied to clipboard
class FailedException(message: String? = null, cause: Throwable? = null) : SudoUserException
Link copied to clipboard
class GraphQLException(message: String? = null, cause: Throwable? = null) : SudoUserException
Link copied to clipboard
class IdentityNotConfirmedException(message: String? = null, cause: Throwable? = null) : SudoUserException
Link copied to clipboard
class IllegalStateException(message: String? = null, cause: Throwable? = null) : SudoUserException
Link copied to clipboard
class InvalidInputException(message: String? = null, cause: Throwable? = null) : SudoUserException
Link copied to clipboard
class NotAuthorizedException(message: String? = null, cause: Throwable? = null) : SudoUserException
Link copied to clipboard
class NotRegisteredException(message: String? = null, cause: Throwable? = null) : SudoUserException
Link copied to clipboard
class NotSignedInException(message: String? = null, cause: Throwable? = null) : SudoUserException
Link copied to clipboard
class ServerException(message: String? = null, cause: Throwable? = null) : SudoUserException

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?