Class ShipmentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.shipmentXpress.exception.ShipmentException
All Implemented Interfaces:
Serializable

public class ShipmentException extends Exception
Custom exception class for handling shipment-related errors.
See Also:
  • Constructor Details

    • ShipmentException

      public ShipmentException(String message)
      Constructs a new ShipmentException with the specified error message.
      Parameters:
      message - The error message describing the reason for the exception.