Serialized Form
-
Package org.bookstore.catalog.exception
-
Exception org.bookstore.catalog.exception.BookAlreadyExistsException
class BookAlreadyExistsException extends Exception implements Serializable -
Exception org.bookstore.catalog.exception.BookNotFoundException
class BookNotFoundException extends Exception implements Serializable
-
-
Package org.bookstore.customer.exception
-
Exception org.bookstore.customer.exception.CustomerNotFoundException
class CustomerNotFoundException extends Exception implements Serializable -
Exception org.bookstore.customer.exception.EmailAlreadyUsedException
class EmailAlreadyUsedException extends Exception implements Serializable
-
-
Package org.bookstore.order.exception
-
Exception org.bookstore.order.exception.OrderAlreadyShippedException
class OrderAlreadyShippedException extends Exception implements Serializable -
Exception org.bookstore.order.exception.OrderNotFoundException
class OrderNotFoundException extends Exception implements Serializable
-
-
Package org.bookstore.payment.exception
-
Exception org.bookstore.payment.exception.PaymentFailedException
class PaymentFailedException extends Exception implements Serializable-
Serialized Fields
-
errorCode
String errorCode
-
-
-