public abstract class InvalidDnsNameException extends IllegalStateException
| Modifier and Type | Class and Description |
|---|---|
static class |
InvalidDnsNameException.DNSNameTooLongException
Exception thrown when a DNS name exceeds the maximum allowed length.
DNS names are limited to 255 octets according to DNS specifications. |
static class |
InvalidDnsNameException.LabelTooLongException
Exception thrown when a DNS label exceeds the maximum allowed length.
DNS labels are limited to 63 characters according to DNS specifications. |
| Modifier | Constructor and Description |
|---|---|
protected |
InvalidDnsNameException(String ace) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString