Esempio n. 1
0
 public void init() throws Exception {
   super.init();
   if (max_stable_msgs < 1)
     throw new IllegalArgumentException("max_stable_msgs ( " + max_stable_msgs + ") must be > 0");
   if (max_bytes <= 0) throw new IllegalArgumentException("max_bytes has to be > 0");
 }