Class InvalidAddressException

All Implemented Interfaces:
Serializable

public class InvalidAddressException extends UsrException
Exception for invalid address either due to improper format or address not defined within target
See Also:
  • Constructor Details

    • InvalidAddressException

      public InvalidAddressException()
      Constructs a new InvalidAddressException
    • InvalidAddressException

      public InvalidAddressException(String msg)
      Constructs a new InvalidAddressException with a detailed message.
      Parameters:
      msg - detailed message