Serialized Form
-
Package com.fiap.tech_challenge.parte1.ms_users.entities
-
Class com.fiap.tech_challenge.parte1.ms_users.entities.User
class User extends Object implements Serializable
-
-
Package com.fiap.tech_challenge.parte1.ms_users.exceptions
-
Exception com.fiap.tech_challenge.parte1.ms_users.exceptions.DuplicatedAddressException
class DuplicatedAddressException extends RuntimeException implements Serializable -
Exception com.fiap.tech_challenge.parte1.ms_users.exceptions.EmailAlreadyExistsException
class EmailAlreadyExistsException extends RuntimeException implements Serializable -
Exception com.fiap.tech_challenge.parte1.ms_users.exceptions.InvalidPasswordException
class InvalidPasswordException extends RuntimeException implements Serializable -
Exception com.fiap.tech_challenge.parte1.ms_users.exceptions.LoginAlreadyExistsException
class LoginAlreadyExistsException extends RuntimeException implements Serializable -
Exception com.fiap.tech_challenge.parte1.ms_users.exceptions.TokenGenerationException
class TokenGenerationException extends RuntimeException implements Serializable -
Exception com.fiap.tech_challenge.parte1.ms_users.exceptions.TokenValidationException
class TokenValidationException extends RuntimeException implements Serializable -
Exception com.fiap.tech_challenge.parte1.ms_users.exceptions.UserNotFoundException
class UserNotFoundException extends RuntimeException implements Serializable
-