Package com. tp2020. backend. utils. exceptions
Types
FacultyAuthorizationException
Link copied to clipboard
class FacultyAuthorizationException(message: String) : AuthorizationException
Content copied to clipboard
InvalidQuestionException
Link copied to clipboard
class InvalidQuestionException(message: String) : RequestValidationException
Content copied to clipboard
RequestValidationException
Link copied to clipboard
open class RequestValidationException(message: String) : RuntimeException
Content copied to clipboard
RowNotFoundException
Link copied to clipboard