41424344454647484950
// Failed connect and bind to SMSC System.err.println("Failed connect and bind to host"); e.printStackTrace(); } try { Thread.sleep(10000); } catch (InterruptedException e) {} session.unbindAndClose(); } }
73747576777879808182
} catch (IOException e) { System.err.println("IO error occur"); e.printStackTrace(); } session.unbindAndClose(); } }