Uses of Class
com.jms.socialmedia.exception.MySocialMediaException
-
Packages that use MySocialMediaException Package Description com.jms.socialmedia.exception -
-
Uses of MySocialMediaException in com.jms.socialmedia.exception
Subclasses of MySocialMediaException in com.jms.socialmedia.exception Modifier and Type Class Description class
BadRequestException
class
ConfigurationException
class
DatabaseInsertException
Thrown whenever the system is unable to insert new records into the databaseclass
FailedLoginAttemptException
class
ForbiddenException
Thrown when the Bearer Token does not have the proper Permissions for the action being takenclass
InvalidUserLoginStateException
class
NoBearerTokenException
Thrown when the Authorization Header is not included in the HTTP Header or when the Bearer Token is not included in the Authorization Headerclass
NotFoundException
class
UnsupportedContentTypeException
-