* @param errorid
* @param args
* @return
*/
protected IOException createSecurityException (String errorid, Object ...args) {
RoleServiceException ex = new RoleServiceException(errorid,args);
return new IOException("Details are in the nested exception",ex);
}