Package com.shipmentXpress.exception
Class ShipmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.shipmentXpress.exception.ShipmentException
- All Implemented Interfaces:
Serializable
Custom exception class for handling shipment-related errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionShipmentException(String message) Constructs a new ShipmentException with the specified error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShipmentException
Constructs a new ShipmentException with the specified error message.- Parameters:
message- The error message describing the reason for the exception.
-