Class ProductsUnexpectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
es.kukenan.smartfi.microservice.contracts.service.exceptions.ProductsUnexpectedException
- All Implemented Interfaces:
Serializable
Unexpected error condition exception for products services.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionProductsUnexpectedException(String message, Throwable cause) Constructor.protectedProductsUnexpectedException(String message, Throwable cause, String code) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
uuid
Universally unique identifier for this exception. -
code
Error code.
-
-
Constructor Details
-
ProductsUnexpectedException
Constructor.- Parameters:
message- error message.cause- error cause, if any.
-
ProductsUnexpectedException
Constructor.- Parameters:
message- error message.cause- error cause, if any.code- the exception code.
-
-
Method Details