Home | History | Annotate | Download | only in DNS

Lines Matching defs:NameTooLongException

140 append(byte [] array, int start, int n) throws NameTooLongException {
153 throw new NameTooLongException();
182 catch (NameTooLongException e) {
192 catch (NameTooLongException e) {
423 * @throws NameTooLongException The name is too long.
426 concatenate(Name prefix, Name suffix) throws NameTooLongException {
470 catch (NameTooLongException e) {
480 * @throws NameTooLongException The resulting name is too long.
483 fromDNAME(DNAMERecord dname) throws NameTooLongException {
497 throw new NameTooLongException();