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.InvalidDnsNameException
InvalidDnsNameException.DNSNameTooLongException, InvalidDnsNameException.LabelTooLongException
-
-
Field Summary
-
Fields inherited from class org.minidns.dnsname.InvalidDnsNameException
ace
-
-
Constructor Summary
Constructors Constructor Description DNSNameTooLongException(String ace, byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DNSNameTooLongException
public DNSNameTooLongException(String ace, byte[] bytes)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-