package org.openstack.atlas.lb.helpers.ipstring.exceptions; public class IPOctetOutOfRangeException extends IPStringException{ public IPOctetOutOfRangeException() { } public IPOctetOutOfRangeException(String msg) { super(msg); } }