getPrintStream().println("Error : " + e.getMessage());
}catch(UserDoesntFullfillEndEntityProfile_Exception e){
getPrintStream().println("Error : Given userdata doesn't fullfill end entity profile. : " + e.getMessage());
}
} catch (Exception e) {
throw new ErrorAdminCommandException(e);
}
}