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