Serialized Form
-
Package org.bookstore.catalog.exception
-
Exception Class org.bookstore.catalog.exception.BookAlreadyExistsException
class BookAlreadyExistsException extends Exception implements Serializable -
Exception Class org.bookstore.catalog.exception.BookNotFoundException
class BookNotFoundException extends Exception implements Serializable
-
-
Package org.bookstore.customer.exception
-
Exception Class org.bookstore.customer.exception.CustomerNotFoundException
class CustomerNotFoundException extends Exception implements Serializable -
Exception Class org.bookstore.customer.exception.EmailAlreadyExistsException
class EmailAlreadyExistsException extends Exception implements Serializable
-
-
Package org.bookstore.order.exception
-
Exception Class org.bookstore.order.exception.OrderAlreadyShippedException
class OrderAlreadyShippedException extends Exception implements Serializable -
Exception Class org.bookstore.order.exception.OrderNotFoundException
class OrderNotFoundException extends Exception implements Serializable -
Exception Class org.bookstore.order.exception.PaymentFailedException
class PaymentFailedException extends Exception implements Serializable
-