Package com.tp2020.backend.utils.exceptions

Types

FacultyAuthorizationException
Link copied to clipboard
class FacultyAuthorizationException(message: String) : AuthorizationException
InvalidQuestionException
Link copied to clipboard
class InvalidQuestionException(message: String) : RequestValidationException
RequestValidationException
Link copied to clipboard
open class RequestValidationException(message: String) : RuntimeException
RowNotFoundException
Link copied to clipboard
class RowNotFoundException(message: String) : RuntimeException