Serialized Form
- 
Package org.bookstore.catalog.exception- 
Exception org.bookstore.catalog.exception.BookAlreadyExistsExceptionclass BookAlreadyExistsException extends Exception implements Serializable
- 
Exception org.bookstore.catalog.exception.BookNotFoundExceptionclass BookNotFoundException extends Exception implements Serializable
 
- 
- 
Package org.bookstore.customer.exception- 
Exception org.bookstore.customer.exception.CustomerNotFoundExceptionclass CustomerNotFoundException extends Exception implements Serializable
- 
Exception org.bookstore.customer.exception.EmailAlreadyUsedExceptionclass EmailAlreadyUsedException extends Exception implements Serializable
 
- 
- 
Package org.bookstore.order.exception- 
Exception org.bookstore.order.exception.OrderAlreadyShippedExceptionclass OrderAlreadyShippedException extends Exception implements Serializable
- 
Exception org.bookstore.order.exception.OrderNotFoundExceptionclass OrderNotFoundException extends Exception implements Serializable
 
- 
- 
Package org.bookstore.payment.exception- 
Exception org.bookstore.payment.exception.PaymentFailedExceptionclass PaymentFailedException extends Exception implements Serializable- 
Serialized Fields- 
errorCodeString errorCode 
 
- 
 
- 
 
-