Package de.mhus.lib.cao

Examples of de.mhus.lib.cao.CaoTimeoutException


            } catch (DfException e) {
             
            }
            MThread.sleep(500);
          }
          throw new CaoTimeoutException();
        }
      } else
        throw new CaoException("Not a sysobject");
    } catch (DfException e) {
      throw new CaoException(getId(),e);
View Full Code Here

TOP

Related Classes of de.mhus.lib.cao.CaoTimeoutException

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.