Package net.solosky.maplefetion.client.dialog

Examples of net.solosky.maplefetion.client.dialog.DialogException


     
      lock.wait(timeout);
     
      //如果等待失败,抛出异常
      if(this.curBuddy==null || !this.curBuddy.getUri().equals(buddy.getUri()))
        throw new DialogException("Buddy enter dialog failed. Buddy="+buddy);
    }
  }
View Full Code Here

TOP

Related Classes of net.solosky.maplefetion.client.dialog.DialogException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.