Package org.minidns.dnsname
Class InvalidDnsNameException.DNSNameTooLongException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- java.lang.IllegalStateException
- 
- org.minidns.dnsname.InvalidDnsNameException
- 
- org.minidns.dnsname.InvalidDnsNameException.DNSNameTooLongException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- InvalidDnsNameException
 
 public static class InvalidDnsNameException.DNSNameTooLongException extends InvalidDnsNameException - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.minidns.dnsname.InvalidDnsNameExceptionInvalidDnsNameException.DNSNameTooLongException, InvalidDnsNameException.LabelTooLongException
 
- 
 - 
Field Summary- 
Fields inherited from class org.minidns.dnsname.InvalidDnsNameExceptionace
 
- 
 - 
Constructor SummaryConstructors Constructor Description DNSNameTooLongException(String ace, byte[] bytes)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
DNSNameTooLongExceptionpublic DNSNameTooLongException(String ace, byte[] bytes) 
 
- 
 - 
Method Detail- 
getMessagepublic String getMessage() - Overrides:
- getMessagein class- Throwable
 
 
- 
 
-