HomeSort by relevance Sort by last modified time
    Searched refs:NameTooLongException (Results 1 - 5 of 5) sorted by null

  /external/smack/src/org/xbill/DNS/
NameTooLongException.java 12 public class NameTooLongException extends WireParseException {
15 NameTooLongException() {
20 NameTooLongException(String s) {
Name.java 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();
    [all...]
Lookup.java 440 } catch (NameTooLongException e) {
514 catch (NameTooLongException e) {
ZoneTransferIn.java 181 catch (NameTooLongException e) {
Cache.java 657 catch (NameTooLongException e) {

Completed in 155 milliseconds